2003-09-24 21:25:58 +02:00
|
|
|
set timestamp=1000000000;
|
2004-06-09 16:07:01 +02:00
|
|
|
drop table if exists t1,t2;
|
2003-09-24 21:25:58 +02:00
|
|
|
create table t1 (word varchar(20));
|
|
|
|
create table t2 (id int auto_increment not null primary key);
|
|
|
|
insert into t1 values ("abirvalg");
|
|
|
|
insert into t2 values ();
|
|
|
|
load data infile '../../std_data/words.dat' into table t1;
|
|
|
|
load data infile '../../std_data/words.dat' into table t1;
|
|
|
|
load data infile '../../std_data/words.dat' into table t1;
|
|
|
|
load data infile '../../std_data/words.dat' into table t1;
|
|
|
|
load data infile '../../std_data/words.dat' into table t1;
|
|
|
|
insert into t1 values ("Alas");
|
|
|
|
flush logs;
|
|
|
|
|
|
|
|
--- Local --
|
2004-04-28 12:08:54 +02:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2005-02-17 13:52:16 +01:00
|
|
|
ROLLBACK;
|
2003-09-24 21:25:58 +02:00
|
|
|
use test;
|
2004-07-15 03:19:07 +02:00
|
|
|
SET TIMESTAMP=1000000000;
|
2003-12-20 00:38:30 +01:00
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1;
|
|
|
|
SET @@session.sql_mode=0;
|
2005-02-03 16:22:16 +01:00
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8;
|
2004-06-09 16:07:01 +02:00
|
|
|
drop table if exists t1,t2;
|
|
|
|
SET TIMESTAMP=1000000000;
|
2003-09-24 21:25:58 +02:00
|
|
|
create table t1 (word varchar(20));
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
create table t2 (id int auto_increment not null primary key);
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
insert into t1 values ("abirvalg");
|
|
|
|
SET INSERT_ID=1;
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
insert into t2 values ();
|
2005-03-16 02:32:47 +01:00
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
load data LOCAL INFILE 'MYSQL_TEST_DIR/var/tmp/SQL_LOAD_MB-1-0' INTO table t1;
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
load data LOCAL INFILE 'MYSQL_TEST_DIR/var/tmp/SQL_LOAD_MB-2-0' INTO table t1;
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
load data LOCAL INFILE 'MYSQL_TEST_DIR/var/tmp/SQL_LOAD_MB-3-0' INTO table t1;
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
load data LOCAL INFILE 'MYSQL_TEST_DIR/var/tmp/SQL_LOAD_MB-4-0' INTO table t1;
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
|
|
|
|
--- Broken LOAD DATA --
|
2004-04-28 12:08:54 +02:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
use test;
|
|
|
|
SET TIMESTAMP=1000000000;
|
2003-12-20 00:38:30 +01:00
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1;
|
|
|
|
SET @@session.sql_mode=0;
|
2005-02-03 16:22:16 +01:00
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8;
|
2003-09-24 21:25:58 +02:00
|
|
|
insert into t1 values ("Alas");
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
|
|
|
|
--- --database --
|
2004-04-28 12:08:54 +02:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2005-02-17 13:52:16 +01:00
|
|
|
ROLLBACK;
|
2003-09-24 21:25:58 +02:00
|
|
|
SET INSERT_ID=1;
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
|
|
|
|
--- --position --
|
2004-04-28 12:08:54 +02:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
use test;
|
|
|
|
SET TIMESTAMP=1000000000;
|
2003-12-20 00:38:30 +01:00
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1;
|
|
|
|
SET @@session.sql_mode=0;
|
2005-02-03 16:22:16 +01:00
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8;
|
2003-09-24 21:25:58 +02:00
|
|
|
insert into t1 values ("Alas");
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
|
|
|
|
--- Remote --
|
2004-04-28 12:08:54 +02:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2005-02-17 13:52:16 +01:00
|
|
|
ROLLBACK;
|
2003-09-24 21:25:58 +02:00
|
|
|
use test;
|
|
|
|
SET TIMESTAMP=1000000000;
|
2003-12-20 00:38:30 +01:00
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1;
|
|
|
|
SET @@session.sql_mode=0;
|
2005-02-03 16:22:16 +01:00
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8;
|
2004-07-15 03:19:07 +02:00
|
|
|
drop table if exists t1,t2;
|
|
|
|
SET TIMESTAMP=1000000000;
|
2003-09-24 21:25:58 +02:00
|
|
|
create table t1 (word varchar(20));
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
create table t2 (id int auto_increment not null primary key);
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
insert into t1 values ("abirvalg");
|
|
|
|
SET INSERT_ID=1;
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
insert into t2 values ();
|
2005-03-16 02:32:47 +01:00
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
load data LOCAL INFILE 'MYSQL_TEST_DIR/var/tmp/SQL_LOAD_MB-1-2' INTO table t1;
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
load data LOCAL INFILE 'MYSQL_TEST_DIR/var/tmp/SQL_LOAD_MB-2-2' INTO table t1;
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
load data LOCAL INFILE 'MYSQL_TEST_DIR/var/tmp/SQL_LOAD_MB-3-2' INTO table t1;
|
|
|
|
SET TIMESTAMP=1000000000;
|
|
|
|
load data LOCAL INFILE 'MYSQL_TEST_DIR/var/tmp/SQL_LOAD_MB-4-2' INTO table t1;
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
|
|
|
|
--- Broken LOAD DATA --
|
2004-04-28 12:08:54 +02:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
use test;
|
|
|
|
SET TIMESTAMP=1000000000;
|
2003-12-20 00:38:30 +01:00
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1;
|
|
|
|
SET @@session.sql_mode=0;
|
2005-02-03 16:22:16 +01:00
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8;
|
2003-09-24 21:25:58 +02:00
|
|
|
insert into t1 values ("Alas");
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
|
|
|
|
--- --database --
|
2004-04-28 12:08:54 +02:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2005-02-17 13:52:16 +01:00
|
|
|
ROLLBACK;
|
2003-09-24 21:25:58 +02:00
|
|
|
SET INSERT_ID=1;
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
|
|
|
|
--- --position --
|
2004-04-28 12:08:54 +02:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2003-09-24 21:25:58 +02:00
|
|
|
use test;
|
|
|
|
SET TIMESTAMP=1000000000;
|
2003-12-20 00:38:30 +01:00
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1;
|
|
|
|
SET @@session.sql_mode=0;
|
2005-02-03 16:22:16 +01:00
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8;
|
2003-09-24 21:25:58 +02:00
|
|
|
insert into t1 values ("Alas");
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2005-02-04 14:29:54 +01:00
|
|
|
|
|
|
|
--- reading stdin --
|
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2005-02-17 13:52:16 +01:00
|
|
|
ROLLBACK;
|
2005-02-04 14:29:54 +01:00
|
|
|
use test;
|
2005-02-20 20:08:33 +01:00
|
|
|
SET TIMESTAMP=1108844556;
|
2005-02-04 14:29:54 +01:00
|
|
|
BEGIN;
|
2005-02-20 20:08:33 +01:00
|
|
|
SET TIMESTAMP=1108844555;
|
|
|
|
insert t1 values (1);
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2005-02-04 14:29:54 +01:00
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
2005-02-04 14:29:54 +01:00
|
|
|
use test;
|
2005-02-20 20:08:33 +01:00
|
|
|
SET TIMESTAMP=1108844556;
|
2005-02-04 14:29:54 +01:00
|
|
|
BEGIN;
|
2005-02-20 20:08:33 +01:00
|
|
|
SET TIMESTAMP=1108844555;
|
|
|
|
insert t1 values (1);
|
2005-02-23 19:59:25 +01:00
|
|
|
ROLLBACK;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2003-10-31 13:37:36 +01:00
|
|
|
drop table t1, t2;
|