diff options
author | monty@hundin.mysql.fi <> | 2001-10-11 12:49:44 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-11 12:49:44 +0300 |
commit | 6a3f93f4861ea2811246753286c0e05673cef065 (patch) | |
tree | 8a6808563008b096f1deb33b8ec6565633fafbe3 /mysql-test | |
parent | 1d7747aa25fba426b9acbd21fcc362bb461b2c4b (diff) | |
download | mariadb-git-6a3f93f4861ea2811246753286c0e05673cef065.tar.gz |
InnoDB portability fixes
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/innodb.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index 913f4226f1c..9553f78f73c 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -134,8 +134,8 @@ Table Op Msg_type Msg_text test.t1 optimize error The handler for the table doesn't support check/repair Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Comment t1 0 PRIMARY 1 id A 2 NULL NULL -t1 1 parent_id 1 parent_id A 4 NULL NULL -t1 1 level 1 level A 4 NULL NULL +t1 1 parent_id 1 parent_id A 2 NULL NULL +t1 1 level 1 level A 2 NULL NULL gesuchnr benutzer_id 1 1 2 1 @@ -150,7 +150,7 @@ a b Table Op Msg_type Msg_text test.t1 analyze error The handler for the table doesn't support check/repair Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Comment -t1 1 skr 1 a A 3 NULL NULL +t1 1 skr 1 a A 1 NULL NULL a b 1 n after rollback |