diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-09-07 20:19:12 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-09-07 20:19:12 +0200 |
commit | 9f0bdda8abffc182eeb0b8a2195a68a328fe5813 (patch) | |
tree | 554397dc350ff8e2e71513cc66f9ab0b23cd36cd /mysql-test/r/sighup-6580.result | |
parent | ca35033079dbeaacff0b246764e80bab1d36141f (diff) | |
download | mariadb-git-9f0bdda8abffc182eeb0b8a2195a68a328fe5813.tar.gz |
MDEV-6580 Assertion `thd' failed in my_malloc_size_cb_func upon writing status report into error log
thd is NULL in the signal handler, display_table_locks() should expect that
Diffstat (limited to 'mysql-test/r/sighup-6580.result')
-rw-r--r-- | mysql-test/r/sighup-6580.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/sighup-6580.result b/mysql-test/r/sighup-6580.result new file mode 100644 index 00000000000..b77a7c6407f --- /dev/null +++ b/mysql-test/r/sighup-6580.result @@ -0,0 +1,3 @@ +select 'ok'; +ok +ok |