diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-11-16 07:45:07 -0200 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-11-16 07:45:07 -0200 |
commit | 2495e10c110c97960ebf313588781677d8d9c0ba (patch) | |
tree | 8bb3c24e83c5645c346086318667a4d0cdb7b6a2 /sql/debug_sync.cc | |
parent | b4b3c996af688aabb0001dbbf925084c46858fa7 (diff) | |
parent | 80246ac8b8d0d2db08feae2a643a3dc89f9022d6 (diff) | |
download | mariadb-git-2495e10c110c97960ebf313588781677d8d9c0ba.tar.gz |
Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.
Diffstat (limited to 'sql/debug_sync.cc')
-rw-r--r-- | sql/debug_sync.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/debug_sync.cc b/sql/debug_sync.cc index 74e5b2c70f3..4f353597d6d 100644 --- a/sql/debug_sync.cc +++ b/sql/debug_sync.cc @@ -1691,7 +1691,7 @@ static void debug_sync_execute(THD *thd, st_debug_sync_action *action) if (action->execute) { - const char *old_proc_info; + const char *UNINIT_VAR(old_proc_info); action->execute--; |