Loading mysql-test/r/myisam.result +1 −21 Original line number Diff line number Diff line Loading @@ -923,24 +923,4 @@ SET @@myisam_repair_threads=1; SHOW VARIABLES LIKE 'myisam_repair%'; Variable_name Value myisam_repair_threads 1 show create table t1; Table Create Table t1 CREATE TEMPORARY TABLE `t1` ( `a` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY='MYSQL_TEST_DIR/var/log/' show create table t1; Table Create Table t1 CREATE TEMPORARY TABLE `t1` ( `a` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY='MYSQL_TEST_DIR/var/log/' create table t1 (a int) engine=myisam select 42 a; select * from t1; a 9 select * from t1; a 99 select * from t1; a 42 drop table t1; End of 4.1 tests mysql-test/r/symlink.result +1 −0 Original line number Diff line number Diff line Loading @@ -123,3 +123,4 @@ select * from t1; a 42 drop table t1; End of 4.1 tests mysql-test/t/myisam.test +2 −1 Original line number Diff line number Diff line Loading @@ -854,4 +854,5 @@ DROP TABLE t1; # SET @@myisam_repair_threads=1; SHOW VARIABLES LIKE 'myisam_repair%'; # End of 4.1 tests --echo End of 4.1 tests mysql-test/t/symlink.test +1 −1 Original line number Diff line number Diff line Loading @@ -170,4 +170,4 @@ connection default; select * from t1; drop table t1; # End of 4.1 tests --echo End of 4.1 tests Loading
mysql-test/r/myisam.result +1 −21 Original line number Diff line number Diff line Loading @@ -923,24 +923,4 @@ SET @@myisam_repair_threads=1; SHOW VARIABLES LIKE 'myisam_repair%'; Variable_name Value myisam_repair_threads 1 show create table t1; Table Create Table t1 CREATE TEMPORARY TABLE `t1` ( `a` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY='MYSQL_TEST_DIR/var/log/' show create table t1; Table Create Table t1 CREATE TEMPORARY TABLE `t1` ( `a` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY='MYSQL_TEST_DIR/var/log/' create table t1 (a int) engine=myisam select 42 a; select * from t1; a 9 select * from t1; a 99 select * from t1; a 42 drop table t1; End of 4.1 tests
mysql-test/r/symlink.result +1 −0 Original line number Diff line number Diff line Loading @@ -123,3 +123,4 @@ select * from t1; a 42 drop table t1; End of 4.1 tests
mysql-test/t/myisam.test +2 −1 Original line number Diff line number Diff line Loading @@ -854,4 +854,5 @@ DROP TABLE t1; # SET @@myisam_repair_threads=1; SHOW VARIABLES LIKE 'myisam_repair%'; # End of 4.1 tests --echo End of 4.1 tests
mysql-test/t/symlink.test +1 −1 Original line number Diff line number Diff line Loading @@ -170,4 +170,4 @@ connection default; select * from t1; drop table t1; # End of 4.1 tests --echo End of 4.1 tests