diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2007-06-20 19:22:27 +0300 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2007-06-20 19:22:27 +0300 |
commit | 9a5908316367080a3c41043f2657a056fb5ad165 (patch) | |
tree | d39033b4d7c982ed0f9793c4c42491e929ba19bd /.bzrignore | |
parent | d2fe24d1ef367483ff6cf775f9f151734933bf32 (diff) | |
download | mariadb-git-9a5908316367080a3c41043f2657a056fb5ad165.tar.gz |
Allow multiple calls to mysql_server_end()
(Part of fix for Bug#25621 Error in my_thread_global_end(): 1 threads didn't exit)
Give correct error message if InnoDB table is not found
(This allows us to drop a an innodb table that is not in the InnoDB registery)
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 8c632f8f890..e7a7a1c27dc 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1341,3 +1341,6 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj +debian/control +debian/defs.mk +include/abi_check |