/tmp/buildd/mysql-dfsg-5.0-5.0.51a/sql/mysqld, Version: 5.0.51a-1-log ((Debian)). started with: Tcp port: 9306 Unix socket: /tmp/buildd/mysql-dfsg-5.0-5.0.51a/mysql-test/var/tmp/master.sock Time Id Command Argument 080130 1:41:11 1 Connect root@localhost on test 1 Query show variables like "have_ndbcluster" 1 Query select "YES" as ndb_status_ok 2 Connect root@localhost on test 2 Query drop table if exists t1, t2 2 Query flush tables 2 Query show variables like "have_ndbcluster" 2 Query select version() like N'%embedded%' as 'have_embedded' 2 Query DROP TABLE IF EXISTS t1, t2 2 Query drop database if exists mysqltest 3 Connect root@localhost on test 4 Connect root@localhost on test 080130 1:41:13 3 Query CREATE TABLE t1 ( a INT NOT NULL, b INT NOT NULL ) ENGINE=ndbcluster 080130 1:41:14 3 Query INSERT INTO t1 VALUES (9410,9412) 3 Query ALTER TABLE t1 ADD COLUMN c int not null 080130 1:41:15 3 Query SELECT * FROM t1 3 Query DROP TABLE t1 3 Query CREATE DATABASE mysqltest 3 Query USE mysqltest 3 Query CREATE TABLE t1 ( a INT NOT NULL, b INT NOT NULL ) ENGINE=ndbcluster 3 Query RENAME TABLE t1 TO test.t1 080130 1:41:16 3 Query SHOW TABLES 3 Query DROP DATABASE mysqltest 3 Query USE test 3 Query SHOW TABLES 3 Query DROP TABLE t1 3 Query create table t1 ( col1 int not null auto_increment primary key, col2 varchar(30) not null, col3 varchar (20) not null, col4 varchar(4) not null, col5 enum('PENDING', 'ACTIVE', 'DISABLED') not null, col6 int not null, to_be_deleted int) ENGINE=ndbcluster 080130 1:41:18 3 Query show table status 3 Query SET SQL_MODE=NO_AUTO_VALUE_ON_ZERO 3 Query insert into t1 values (0,4,3,5,"PENDING",1,7),(NULL,4,3,5,"PENDING",1,7),(31,4,3,5,"PENDING",1,7), (7,4,3,5,"PENDING",1,7), (NULL,4,3,5,"PENDING",1,7), (100,4,3,5,"PENDING",1,7), (99,4,3,5,"PENDING",1,7), (8,4,3,5,"PENDING",1,7), (NULL,4,3,5,"PENDING",1,7)