diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2006-09-13 19:56:02 +0200 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2006-09-13 19:56:02 +0200 |
commit | 6937427146002d746e903b2d9e9cf193cd8b4c1b (patch) | |
tree | 038fa6a55713124b8d9cecfcc0a909b6a8dd3b05 /mysql-test/r/ndb_multi.result | |
parent | 64c937038d037c925221612555879a73ac66def9 (diff) | |
download | mariadb-git-6937427146002d746e903b2d9e9cf193cd8b4c1b.tar.gz |
Bug #21378 Alter table from X storage engine to NDB could cause data loss: updated results
Diffstat (limited to 'mysql-test/r/ndb_multi.result')
-rw-r--r-- | mysql-test/r/ndb_multi.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ndb_multi.result b/mysql-test/r/ndb_multi.result index 068d86b83e2..351cd7e35c5 100644 --- a/mysql-test/r/ndb_multi.result +++ b/mysql-test/r/ndb_multi.result @@ -88,7 +88,7 @@ show tables; Tables_in_test t1 Warnings: -Warning 1050 Local table t1 shadows cluster table +Warning 1050 Local table test.t1 shadows ndb table select * from t1 order by c1; c1 100 |