diff options
author | monty@mysql.com/nosik.monty.fi <> | 2007-08-02 10:50:00 +0300 |
---|---|---|
committer | monty@mysql.com/nosik.monty.fi <> | 2007-08-02 10:50:00 +0300 |
commit | 0174fa66d5621a8eba89cb35d06f809ea97b6f03 (patch) | |
tree | 44d433e9a2ff1f5696292ed4019bd19aa1261dc7 /.bzrignore | |
parent | 93f0771fca8b2b6eb4ebfec81702fcee69ddaa3d (diff) | |
download | mariadb-git-0174fa66d5621a8eba89cb35d06f809ea97b6f03.tar.gz |
Don't save & restore time fields from thd when it's not needed.
Added back setting of 'some_tables_deleted' to not cause deadlocks in mysql_lock_table()
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index fdcbc3b262b..0ffc430a578 100644 --- a/.bzrignore +++ b/.bzrignore @@ -2996,3 +2996,4 @@ win/vs8cache.txt zlib/*.ds? zlib/*.vcproj support-files/mysqld_multi.server +tests/bug25714 |