summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-06-25 21:56:23 +0300
committermonty@mysql.com <>2004-06-25 21:56:23 +0300
commite7a01ed3dc3bc573f5df6f228749d22d7ac13a75 (patch)
tree06dc93aec118ef2da622d0ade5ab9cf7f4664b88 /sql/sql_handler.cc
parentb1d08ba2b423bd6d88aaa0efaba1807f7e792a47 (diff)
downloadmariadb-git-e7a01ed3dc3bc573f5df6f228749d22d7ac13a75.tar.gz
After merge fixes
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r--sql/sql_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc
index c31763d7f1d..56c1b0a1b51 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -108,7 +108,7 @@ int mysql_ha_close(THD *thd, TABLE_LIST *tables,
!no_alias, dont_lock, &was_flushed);
if (*table_ptr)
{
- (*ptr)->file->ha_index_or_rnd_end();
+ (*table_ptr)->file->ha_index_or_rnd_end();
if (!dont_lock)
VOID(pthread_mutex_lock(&LOCK_open));
if (close_thread_table(thd, table_ptr))