1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merging index_merge/Unique into 5.0

BitKeeper/etc/logging_ok:
  auto-union
sql/sql_list.h:
  Auto merged
This commit is contained in:
unknown
2003-11-23 15:17:46 +03:00
7 changed files with 116 additions and 273 deletions

View File

@ -5998,8 +5998,8 @@ test_if_quick_select(JOIN_TAB *tab)
static int
join_init_read_record(JOIN_TAB *tab)
{
if (tab->select && tab->select->quick)
tab->select->quick->reset();
if (tab->select && tab->select->quick && tab->select->quick->reset())
return 1;
init_read_record(&tab->read_record, tab->join->thd, tab->table,
tab->select,1,1);
return (*tab->read_record.read_record)(&tab->read_record);