summaryrefslogtreecommitdiff
path: root/mysql-test/r/myisam.result
diff options
context:
space:
mode:
authorunknown <dlenev@brandersnatch.localdomain>2004-11-22 14:17:04 +0300
committerunknown <dlenev@brandersnatch.localdomain>2004-11-22 14:17:04 +0300
commite112166f00c8303af15ba4548c182e53156752a8 (patch)
tree56aafdd34a179686c8bccd89f609ec6203e08ac8 /mysql-test/r/myisam.result
parentf72b5978c4ee05a72daae33e9d7353439d4041be (diff)
downloadmariadb-git-e112166f00c8303af15ba4548c182e53156752a8.tar.gz
Backport of fix making myisam test results repeatable
Diffstat (limited to 'mysql-test/r/myisam.result')
-rw-r--r--mysql-test/r/myisam.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result
index 31b14f9b822..d155a14bb60 100644
--- a/mysql-test/r/myisam.result
+++ b/mysql-test/r/myisam.result
@@ -529,6 +529,7 @@ show keys from t1;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
t1 1 a 1 a A NULL NULL NULL YES BTREE disabled
create table t2 (a int);
+set @@rand_seed1=31415926,@@rand_seed2=2718281828;
insert t1 select * from t2;
show keys from t1;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment