diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2009-06-04 23:36:34 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2009-06-04 23:36:34 +0500 |
commit | e43df58eade0b6806377966a0d3a2cdb88743a5d (patch) | |
tree | 2fa6635e22c8af729885282e5b02d21fd39f3541 /mysql-test/include | |
parent | 0f742616ce1e4f6fbcabe9a78ae8a4b8007a3f72 (diff) | |
download | mariadb-git-e43df58eade0b6806377966a0d3a2cdb88743a5d.tar.gz |
Bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog)
the thread->mysys_var parameter should be empty for the idle
embedded-server threads so that working threads can safely free
this memory.
per-file comments:
libmysqld/lib_sql.cc
Bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog)
set thread->mysys_var= 0 after the query is handled
mysql-test/include/concurrent.inc
Bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog)
enable these for the embedded-server mode
sql/sql_show.cc
Bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog)
show thread lock status in the query result
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/concurrent.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/include/concurrent.inc b/mysql-test/include/concurrent.inc index 66f8a65a102..0b7299a3c34 100644 --- a/mysql-test/include/concurrent.inc +++ b/mysql-test/include/concurrent.inc @@ -25,8 +25,6 @@ # new wrapper t/concurrent_innodb_safelog.test # ---source include/not_embedded.inc - connection default; # # Show prerequisites for this test. |