summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-10-11 12:49:44 +0300
committermonty@hundin.mysql.fi <>2001-10-11 12:49:44 +0300
commit6a3f93f4861ea2811246753286c0e05673cef065 (patch)
tree8a6808563008b096f1deb33b8ec6565633fafbe3 /mysql-test
parent1d7747aa25fba426b9acbd21fcc362bb461b2c4b (diff)
downloadmariadb-git-6a3f93f4861ea2811246753286c0e05673cef065.tar.gz
InnoDB portability fixes
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/innodb.result6
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