diff options
author | kroki/tomash@moonlight.home <> | 2007-03-09 13:17:46 +0300 |
---|---|---|
committer | kroki/tomash@moonlight.home <> | 2007-03-09 13:17:46 +0300 |
commit | 7bbea9675447cf74469d1552eac36181441e0160 (patch) | |
tree | 6197d95ef12f5c0b810b541f1b32c7955b0b1d7b /sql/sql_show.cc | |
parent | b641bd7b198f41f5e235b58dadff64552df73582 (diff) | |
parent | c19affef54e613ff47daf36986a937fd5192e4a1 (diff) | |
download | mariadb-git-7bbea9675447cf74469d1552eac36181441e0160.tar.gz |
Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1
into moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1-bug9953
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 881cf7dc6c4..07231d90ff6 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -3511,7 +3511,7 @@ int fill_schema_proc(THD *thd, TABLE_LIST *tables, COND *cond) err: proc_table->file->ha_index_end(); - close_proc_table(thd, &open_tables_state_backup); + close_system_tables(thd, &open_tables_state_backup); DBUG_RETURN(res); } |