diff options
author | unknown <monty@mysql.com/nosik.monty.fi> | 2007-08-02 10:50:00 +0300 |
---|---|---|
committer | unknown <monty@mysql.com/nosik.monty.fi> | 2007-08-02 10:50:00 +0300 |
commit | dcf1fd73d9e35767ad19783a35ce92648e933f0a (patch) | |
tree | 44d433e9a2ff1f5696292ed4019bd19aa1261dc7 /.bzrignore | |
parent | 926664fe2c802bd7ffc6d9a6b56372ba2e142b23 (diff) | |
download | mariadb-git-dcf1fd73d9e35767ad19783a35ce92648e933f0a.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()
BitKeeper/etc/ignore:
added tests/bug25714
sql/lock.cc:
Added comment
sql/log.cc:
Don't save & restore time fields from thd when it's not needed.
Fix that we properly detect if open table failed
sql/sql_base.cc:
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 |