summaryrefslogtreecommitdiff
path: root/sql/records.cc
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-01-16 23:02:26 +0200
committermonty@hundin.mysql.fi <>2002-01-16 23:02:26 +0200
commitdf5f8c18eb9bd606ad5c39eec97537f2756b0e19 (patch)
tree018279aec359563ce57663242828891f44489682 /sql/records.cc
parentbea12d761ae0e3f72b8819c7a52a75d0dd4788c1 (diff)
downloadmariadb-git-df5f8c18eb9bd606ad5c39eec97537f2756b0e19.tar.gz
Move HA_EXTRA_NO_READCHECK to ha_open
Fixed bug in multi-table-delete
Diffstat (limited to 'sql/records.cc')
-rw-r--r--sql/records.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/records.cc b/sql/records.cc
index 395acbba47d..f156fdaf406 100644
--- a/sql/records.cc
+++ b/sql/records.cc
@@ -86,6 +86,7 @@ void init_read_record(READ_RECORD *info,THD *thd, TABLE *table,
}
else if (table->record_pointers)
{
+ DBUG_PRINT("info",("using record_pointers"));
table->file->rnd_init(0);
info->cache_pos=table->record_pointers;
info->cache_end=info->cache_pos+ table->found_records*info->ref_length;