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 /.bzrignore | |
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 '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 17a5b8b1554..79307b9312c 100644 --- a/.bzrignore +++ b/.bzrignore @@ -274,3 +274,5 @@ mysql-test/var/slave-data/test/choo.frm mysql-test/var/slave-data/test/choo.MYD mysql-test/var/slave-data/test/choo.MYI mysql-test/var/tmp/README +BitKeeper/tmp/bkOF1wtJ +scripts/mysqldumpslow |