mariadb/row
marko 7a2e6b0ed0 branches/zip: Fix a bug in fast index creation that was introduced in r2131
when row_build() was changed to prefetch all externally stored column
prefixes that occur in ordering fields of an index.

row_build(): Add the parameter col_table for determining which
externally stored columns need to be fetched.

row_merge_read_clustered_index(): Pass new_table as the said parameter,
so that newly added indexes containing column prefix indexes of externally
stored columns will work.
2007-12-03 12:16:07 +00:00
..
row0ext.c branches/zip: row_ext_cache_fill(): Add a missing "else" that should have 2007-11-30 15:32:36 +00:00
row0ins.c branches/zip: Do not access the fields of dfield_t directly. 2007-10-23 06:46:12 +00:00
row0merge.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00
row0mysql.c branches/zip: row_insert_for_mysql(), row_update_for_mysql(), 2007-11-07 13:52:52 +00:00
row0purge.c branches/zip: In purge, avoid dereferencing unset BLOB pointers of freshly 2007-11-27 09:11:45 +00:00
row0row.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00
row0sel.c branches/zip: Merge 2015:2093 from trunk. 2007-11-16 13:57:27 +00:00
row0uins.c branches/zip: In purge, avoid dereferencing unset BLOB pointers of freshly 2007-11-27 09:11:45 +00:00
row0umod.c branches/zip: In purge, avoid dereferencing unset BLOB pointers of freshly 2007-11-27 09:11:45 +00:00
row0undo.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00
row0upd.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00
row0vers.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00