diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-11-21 16:41:29 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-11-21 16:41:29 -0700 |
commit | 62c3b53667b31f99c7cbcd64ec8434ff3960cbe8 (patch) | |
tree | 5afdb1e2522ab29fea99ec99b46391792913a044 /mysql-test/r | |
parent | 7dd56817a5069eb0210c8e590729973cd98a4acb (diff) | |
download | mariadb-git-62c3b53667b31f99c7cbcd64ec8434ff3960cbe8.tar.gz |
client/mysqltest.c
generate a bigger reject file ( full in most cases) if the master result file is 0 length
sql/sql_show.cc
fixed 3 bugs in SHOW CREATE TABLE
New test case shw000001 for SHOW CREATE TABLE bugs
BitKeeper/etc/ignore:
Added BitKeeper/tmp/bkOF1wtJ scripts/mysqldumpslow to the ignore list
client/mysqltest.c:
generate a bigger reject file ( full in most cases) if the master result file is 0 length
sql/sql_show.cc:
fixed 3 bugs in SHOW CREATE TABLE
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/3.23/shw000001.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/3.23/shw000001.result b/mysql-test/r/3.23/shw000001.result new file mode 100644 index 00000000000..f38d2f1ef36 --- /dev/null +++ b/mysql-test/r/3.23/shw000001.result @@ -0,0 +1,5 @@ +Table Create Table +test CREATE TABLE `test` ( + `test_set` set('val1','val2','val3') NOT NULL default '', + `name` char(20) default 'O''Brien' +) TYPE=MyISAM COMMENT='it''s a table' |