2003-09-24 21:25:58 +02:00
|
|
|
set timestamp=1000000000;
|
2007-01-22 14:52:15 +01:00
|
|
|
drop table if exists t1,t2,t3,t4,t5,t03,t04;
|
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 ();
|
2006-01-24 08:30:54 +01:00
|
|
|
load data infile '../std_data_ln/words.dat' into table t1;
|
|
|
|
load data infile '../std_data_ln/words.dat' into table t1;
|
|
|
|
load data infile '../std_data_ln/words.dat' into table t1;
|
|
|
|
load data infile '../std_data_ln/words.dat' into table t1;
|
|
|
|
load data infile '../std_data_ln/words.dat' into table t1;
|
2003-09-24 21:25:58 +02:00
|
|
|
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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
ROLLBACK/*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
|
|
|
|
SET @@session.sql_mode=0/*!*/;
|
|
|
|
/*!\C latin1 *//*!*/;
|
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
|
2007-01-22 14:52:15 +01:00
|
|
|
drop table if exists t1,t2,t3,t4,t5,t03,t04/*!*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
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 ()/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-1-0' INTO table t1/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-2-0' INTO table t1/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-3-0' INTO table t1/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-4-0' INTO table t1/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
|
|
|
|
SET @@session.sql_mode=0/*!*/;
|
|
|
|
/*!\C latin1 *//*!*/;
|
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
|
|
|
|
insert into t1 values ("Alas")/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
ROLLBACK/*!*/;
|
|
|
|
SET INSERT_ID=1/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
|
|
|
|
SET @@session.sql_mode=0/*!*/;
|
|
|
|
/*!\C latin1 *//*!*/;
|
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
|
|
|
|
insert into t1 values ("Alas")/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
ROLLBACK/*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
|
|
|
|
SET @@session.sql_mode=0/*!*/;
|
|
|
|
/*!\C latin1 *//*!*/;
|
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
|
2007-01-22 14:52:15 +01:00
|
|
|
drop table if exists t1,t2,t3,t4,t5,t03,t04/*!*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
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 ()/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-1-2' INTO table t1/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-2-2' INTO table t1/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-3-2' INTO table t1/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-4-2' INTO table t1/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
|
|
|
|
SET @@session.sql_mode=0/*!*/;
|
|
|
|
/*!\C latin1 *//*!*/;
|
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
|
|
|
|
insert into t1 values ("Alas")/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
ROLLBACK/*!*/;
|
|
|
|
SET INSERT_ID=1/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
|
|
|
|
SET @@session.sql_mode=0/*!*/;
|
|
|
|
/*!\C latin1 *//*!*/;
|
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
|
|
|
|
insert into t1 values ("Alas")/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
ROLLBACK/*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1108844556/*!*/;
|
|
|
|
BEGIN/*!*/;
|
|
|
|
SET TIMESTAMP=1108844555/*!*/;
|
|
|
|
insert t1 values (1)/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!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*/;
|
2006-11-28 13:26:15 +01:00
|
|
|
DELIMITER /*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1108844556/*!*/;
|
|
|
|
BEGIN/*!*/;
|
|
|
|
SET TIMESTAMP=1108844555/*!*/;
|
|
|
|
insert t1 values (1)/*!*/;
|
|
|
|
DELIMITER ;
|
2005-09-21 14:27:41 +02:00
|
|
|
# End of log file
|
2005-09-30 10:58:24 +02:00
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
2005-02-23 19:59:25 +01:00
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2007-01-22 14:52:15 +01:00
|
|
|
drop table t1,t2;
|
2006-02-09 15:23:09 +01:00
|
|
|
flush logs;
|
2006-12-14 11:05:25 +01:00
|
|
|
flush logs;
|
2006-05-31 12:51:21 +02:00
|
|
|
select * from t5 /* must be (1),(1) */;
|
|
|
|
a
|
|
|
|
1
|
|
|
|
1
|
2007-01-22 14:52:15 +01:00
|
|
|
drop table t5;
|
2006-12-07 06:31:53 +01:00
|
|
|
flush logs;
|
|
|
|
create table t5 (c1 int, c2 varchar(128) character set latin1 not null);
|
|
|
|
insert into t5 values (1, date_format('2001-01-01','%W'));
|
|
|
|
set lc_time_names=de_DE;
|
|
|
|
insert into t5 values (2, date_format('2001-01-01','%W'));
|
|
|
|
set lc_time_names=en_US;
|
|
|
|
insert into t5 values (3, date_format('2001-01-01','%W'));
|
|
|
|
select * from t5 order by c1;
|
|
|
|
c1 c2
|
|
|
|
1 Monday
|
|
|
|
2 Montag
|
|
|
|
3 Monday
|
|
|
|
flush logs;
|
|
|
|
drop table t5;
|
|
|
|
select * from t5 order by c1;
|
|
|
|
c1 c2
|
|
|
|
1 Monday
|
|
|
|
2 Montag
|
|
|
|
3 Monday
|
2007-01-22 14:52:15 +01:00
|
|
|
drop table t5;
|
2006-11-28 13:26:15 +01:00
|
|
|
drop procedure if exists p1;
|
|
|
|
flush logs;
|
|
|
|
create procedure p1()
|
|
|
|
begin
|
|
|
|
select 1;
|
|
|
|
end;
|
|
|
|
//
|
|
|
|
flush logs;
|
|
|
|
call p1();
|
|
|
|
1
|
|
|
|
1
|
|
|
|
drop procedure p1;
|
|
|
|
call p1();
|
|
|
|
ERROR 42000: PROCEDURE test.p1 does not exist
|
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
|
|
|
DELIMITER /*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
|
|
|
|
SET @@session.sql_mode=0/*!*/;
|
|
|
|
/*!\C latin1 *//*!*/;
|
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
|
|
|
|
CREATE DEFINER=`root`@`localhost` procedure p1()
|
|
|
|
begin
|
|
|
|
select 1;
|
|
|
|
end/*!*/;
|
|
|
|
DELIMITER ;
|
|
|
|
# End of log file
|
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
|
|
|
call p1();
|
|
|
|
1
|
|
|
|
1
|
|
|
|
drop procedure p1;
|
2006-12-14 11:05:25 +01:00
|
|
|
flush logs;
|
2007-02-28 14:06:57 +01:00
|
|
|
create table t1 (a varchar(64) character set utf8);
|
|
|
|
load data infile '../std_data_ln/loaddata6.dat' into table t1;
|
|
|
|
set character_set_database=koi8r;
|
|
|
|
load data infile '../std_data_ln/loaddata6.dat' into table t1;
|
|
|
|
set character_set_database=latin1;
|
|
|
|
load data infile '../std_data_ln/loaddata6.dat' into table t1;
|
|
|
|
load data infile '../std_data_ln/loaddata6.dat' into table t1;
|
|
|
|
set character_set_database=koi8r;
|
|
|
|
load data infile '../std_data_ln/loaddata6.dat' into table t1;
|
|
|
|
set character_set_database=latin1;
|
|
|
|
load data infile '../std_data_ln/loaddata6.dat' into table t1;
|
|
|
|
load data infile '../std_data_ln/loaddata6.dat' into table t1 character set koi8r;
|
|
|
|
select hex(a) from t1;
|
|
|
|
hex(a)
|
|
|
|
C3BF
|
|
|
|
D0AA
|
|
|
|
C3BF
|
|
|
|
C3BF
|
|
|
|
D0AA
|
|
|
|
C3BF
|
|
|
|
D0AA
|
|
|
|
drop table t1;
|
|
|
|
flush logs;
|
|
|
|
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
|
|
|
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
|
|
|
DELIMITER /*!*/;
|
|
|
|
use test/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
|
|
|
|
SET @@session.sql_mode=0/*!*/;
|
|
|
|
/*!\C latin1 *//*!*/;
|
|
|
|
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
|
|
|
|
create table t1 (a varchar(64) character set utf8)/*!*/;
|
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
2007-03-31 17:18:03 +02:00
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-6-0' INTO table t1/*!*/;
|
2007-02-28 14:06:57 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.collation_database=7/*!*/;
|
2007-03-31 17:18:03 +02:00
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-7-0' INTO table t1/*!*/;
|
2007-02-28 14:06:57 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.collation_database=DEFAULT/*!*/;
|
2007-03-31 17:18:03 +02:00
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-8-0' INTO table t1/*!*/;
|
2007-02-28 14:06:57 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
2007-03-31 17:18:03 +02:00
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-9-0' INTO table t1/*!*/;
|
2007-02-28 14:06:57 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.collation_database=7/*!*/;
|
2007-03-31 17:18:03 +02:00
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-a-0' INTO table t1/*!*/;
|
2007-02-28 14:06:57 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
SET @@session.collation_database=DEFAULT/*!*/;
|
2007-03-31 17:18:03 +02:00
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-b-0' INTO table t1/*!*/;
|
2007-02-28 14:06:57 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
2007-03-31 17:18:03 +02:00
|
|
|
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-c-0' INTO table t1 character set koi8r/*!*/;
|
2007-02-28 14:06:57 +01:00
|
|
|
SET TIMESTAMP=1000000000/*!*/;
|
|
|
|
drop table t1/*!*/;
|
|
|
|
DELIMITER ;
|
|
|
|
# End of log file
|
|
|
|
ROLLBACK /* added by mysqlbinlog */;
|
|
|
|
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
|
2007-06-20 23:11:28 +02:00
|
|
|
CREATE TABLE t1 (c1 CHAR(10));
|
|
|
|
flush logs;
|
|
|
|
INSERT INTO t1 VALUES ('0123456789');
|
|
|
|
flush logs;
|
|
|
|
DROP TABLE t1;
|
|
|
|
# Query thread_id=REMOVED exec_time=REMOVED error_code=REMOVED
|
Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect
restores from mysqlbinlog out
Problem: using "mysqlbinlog | mysql" for recoveries the connection_id()
result may differ from what was used when issuing the statement.
Fix: if there is a connection_id() in a statement, write to binlog
SET pseudo_thread_id= XXX; before it and use the value later on.
mysql-test/r/mysqlbinlog.result:
Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect
restores from mysqlbinlog out
- test result.
mysql-test/t/mysqlbinlog.test:
Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect
restores from mysqlbinlog out
- test case.
sql/item_create.cc:
Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect
restores from mysqlbinlog out
- set thread_specific_used flag for the connection_id() function.
sql/item_func.cc:
Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect
restores from mysqlbinlog out
- always return thd->variables.pseudo_thread_id as a connection_id()
result, as it contains a proper value for both master and slave.
sql/log_event.cc:
Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect
restores from mysqlbinlog out
- set LOG_EVENT_THREAD_SPECIFIC_F event flag if thread_specific_used
is set.
sql/sql_class.cc:
Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect
restores from mysqlbinlog out
- thd->thread_specific_used introduced, which is set if thread specific
value(s) used in a statement.
sql/sql_class.h:
Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect
restores from mysqlbinlog out
- thd->thread_specific_used introduced, which is set if thread specific
value(s) used in a statement.
2007-08-01 12:27:03 +02:00
|
|
|
flush logs;
|
|
|
|
create table t1(a int);
|
|
|
|
insert into t1 values(connection_id());
|
|
|
|
flush logs;
|
|
|
|
drop table t1;
|
|
|
|
1
|
|
|
|
drop table t1;
|
2007-03-07 07:21:24 +01:00
|
|
|
End of 5.0 tests
|
2007-03-07 10:15:45 +01:00
|
|
|
flush logs;
|
2007-11-03 01:33:48 +01:00
|
|
|
BUG#31611: Security risk with BINLOG statement
|
|
|
|
SET BINLOG_FORMAT=ROW;
|
|
|
|
CREATE DATABASE mysqltest1;
|
|
|
|
CREATE USER untrusted@localhost;
|
|
|
|
GRANT SELECT ON mysqltest1.* TO untrusted@localhost;
|
|
|
|
SHOW GRANTS FOR untrusted@localhost;
|
|
|
|
Grants for untrusted@localhost
|
|
|
|
GRANT USAGE ON *.* TO 'untrusted'@'localhost'
|
|
|
|
GRANT SELECT ON `mysqltest1`.* TO 'untrusted'@'localhost'
|
|
|
|
USE mysqltest1;
|
|
|
|
CREATE TABLE t1 (a INT, b CHAR(64));
|
|
|
|
flush logs;
|
|
|
|
INSERT INTO t1 VALUES (1,USER());
|
|
|
|
flush logs;
|
|
|
|
mysqlbinlog var/log/master-bin.000017 > var/tmp/bug31611.sql
|
|
|
|
mysql mysqltest1 -uuntrusted < var/tmp/bug31611.sql
|
|
|
|
INSERT INTO t1 VALUES (1,USER());
|
|
|
|
ERROR 42000: INSERT command denied to user 'untrusted'@'localhost' for table 't1'
|
|
|
|
SELECT * FROM t1;
|
|
|
|
a b
|
|
|
|
1 root@localhost
|
|
|
|
DROP DATABASE mysqltest1;
|
2007-03-07 10:15:45 +01:00
|
|
|
End of 5.1 tests
|