diff options
author | holyfoot/hf@hfmain.(none) <> | 2007-06-20 14:16:55 +0500 |
---|---|---|
committer | holyfoot/hf@hfmain.(none) <> | 2007-06-20 14:16:55 +0500 |
commit | 72fd5c0388c6c8e28952bb4e56f2b1763a86d9fc (patch) | |
tree | 7d2015d2af1fa49a91214081b1a23c6c6ae13a55 /sql/log_event.cc | |
parent | 9e5ff80218b2d5c05be8f9e50f0cb3bfff232ac7 (diff) | |
parent | 3b08919f6afe89416465c77ab7d854a7c85dcb78 (diff) | |
download | mariadb-git-72fd5c0388c6c8e28952bb4e56f2b1763a86d9fc.tar.gz |
Merge mysql.com:/home/hf/work/28839/my50-28839
into mysql.com:/home/hf/work/28839/my51-28839
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r-- | sql/log_event.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc index 50a5400e04f..4878994d0a7 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -2139,6 +2139,7 @@ Default database: '%s'. Query: '%s'", { DBUG_PRINT("info",("error ignored")); clear_all_errors(thd, const_cast<RELAY_LOG_INFO*>(rli)); + thd->killed= THD::NOT_KILLED; } /* Other cases: mostly we expected no error and get one. |