diff options
author | sasha@mysql.sashanet.com <> | 2000-12-02 10:11:50 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-02 10:11:50 -0700 |
commit | 07b36014fc33b21ded761070f6ecda3d575545b2 (patch) | |
tree | 94e8cdffde8949a7e3a58f3e9de286a7c513553c /.bzrignore | |
parent | 53d7c3064b23f04b04a379181e74b75ff5fc08e0 (diff) | |
download | mariadb-git-07b36014fc33b21ded761070f6ecda3d575545b2.tar.gz |
added loops and other cool stuff to mysqltest
fixed slave to preserve temp tables on slave stop; slave start
added abort-slave-event-count option to mysqld to test the above
added a test case for temp tables with a contantly aborting slave
removed warning in sql_parse.cc
fixed thimble.cc to compile
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 6aff656c225..92ab99879f5 100644 --- a/.bzrignore +++ b/.bzrignore @@ -371,3 +371,5 @@ libmysql_r/thr_mutex.c libmysql_r/typelib.c libmysql_r/violite.c linked_libmysql_r_sources +client/thimble +support-files/mysql-3.23.29-gamma.spec |