diff options
author | unknown <anozdrin/alik@ibm.> | 2007-07-27 21:50:37 +0400 |
---|---|---|
committer | unknown <anozdrin/alik@ibm.> | 2007-07-27 21:50:37 +0400 |
commit | 5a03bfbbce3f8bb9b7a3e9655d167ea6625e654e (patch) | |
tree | 8b63514692e3da3cdc791b0c0766478283e28838 /mysql-test/r/show_check.result | |
parent | 4596ef83e7705c8d8ff408eaa9fb930a43775171 (diff) | |
download | mariadb-git-5a03bfbbce3f8bb9b7a3e9655d167ea6625e654e.tar.gz |
Fix merge.
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r-- | mysql-test/r/show_check.result | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 2bdd29602fb..2914384aa29 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -1148,6 +1148,26 @@ DROP TABLE t1; DROP VIEW v1; DROP PROCEDURE p1; DROP FUNCTION f1; +set names koi8r; +DROP DATABASE IF EXISTS mysqltest1; +CREATE DATABASE mysqltest1; +use mysqltest1; +CREATE TABLE t1(колонка1 INT); + +---> Dumping mysqltest1 to show_check.mysqltest1.sql + + +DROP DATABASE mysqltest1; + + +---> Restoring mysqltest1... +SHOW CREATE TABLE mysqltest1.t1; +Table Create Table +t1 CREATE TABLE `t1` ( + `колонка1` int(11) DEFAULT NULL +) ENGINE=MyISAM DEFAULT CHARSET=latin1 +DROP DATABASE mysqltest1; +use test; flush status; show variables like "log_queries_not_using_indexes"; Variable_name Value |