diff options
author | iggy@amd64.(none) <> | 2008-03-28 14:02:27 -0400 |
---|---|---|
committer | iggy@amd64.(none) <> | 2008-03-28 14:02:27 -0400 |
commit | 79e434bc67abc695cd5c3a711a7f1732f91da155 (patch) | |
tree | bd2b7d6f189d12c7958ade6c6684233a9fae3607 /sql/ha_myisammrg.cc | |
parent | e09d9838259f831c27c546a2fea3a24e6b432733 (diff) | |
download | mariadb-git-79e434bc67abc695cd5c3a711a7f1732f91da155.tar.gz |
Bug#26243 mysql command line crash after control-c
- Backported the 5.1 DBUG to 5.0.
- Avoid memory cleanup race on Windows client for CTRL-C
Diffstat (limited to 'sql/ha_myisammrg.cc')
-rw-r--r-- | sql/ha_myisammrg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisammrg.cc b/sql/ha_myisammrg.cc index 78492d2843d..02d0eaf2af3 100644 --- a/sql/ha_myisammrg.cc +++ b/sql/ha_myisammrg.cc @@ -126,7 +126,7 @@ int ha_myisammrg::open(const char *name, int mode, uint test_if_locked) DBUG_PRINT("info", ("ha_myisammrg::open exit %d", my_errno)); return (my_errno ? my_errno : -1); } - DBUG_PRINT("info", ("ha_myisammrg::open myrg_extrafunc...")) + DBUG_PRINT("info", ("ha_myisammrg::open myrg_extrafunc...")); myrg_extrafunc(file, query_cache_invalidate_by_MyISAM_filename_ref); if (!(test_if_locked == HA_OPEN_WAIT_IF_LOCKED || test_if_locked == HA_OPEN_ABORT_IF_LOCKED)) |