diff options
author | monty@hundin.mysql.fi <> | 2002-01-16 23:02:26 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-01-16 23:02:26 +0200 |
commit | df5f8c18eb9bd606ad5c39eec97537f2756b0e19 (patch) | |
tree | 018279aec359563ce57663242828891f44489682 /sql/records.cc | |
parent | bea12d761ae0e3f72b8819c7a52a75d0dd4788c1 (diff) | |
download | mariadb-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.cc | 1 |
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; |