Description:
I extracted the no-install-zip to a folder, started the database (mysqld-nt --standalone)
The server crashes with:
SHOW COLUMNS FROM simple_sys_hosts
(the process ends, no special entry in the logs)
here are some logs (If you need any more, please mail me):
mysqld-nt, Version: 5.0.2-alpha-nt-log. started with:
TCP Port: 3306, Named Pipe: MySQL
Time Id Command Argument
050114 21:59:43 1 Connect root@localhost on sgs_0_11ddasi
1 Init DB sgs_0_11ddasi
1 Init DB sgs_0_11ddasi
1 Query select version()
1 Query select version()
1 Query SHOW INDEX FROM simple_sys_hosts
1 Query SHOW COLUMNS FROM simple_sys_hosts
050114 22:07:55 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 43634.
InnoDB: Doing recovery: scanned up to log sequence number 0 43634
050114 22:07:55 InnoDB: Flushing modified pages from the buffer pool...
050114 22:07:55 InnoDB: Started; log sequence number 0 43634
mysqld-nt: ready for connections.
Version: '5.0.2-alpha-nt-log' socket: '' port: 3306 Source distribution
How to repeat:
install the database, connect and run this query: SHOW COLUMNS FROM simple_sys_hosts