mariadb/row
marko 3b49ab383b Remove dict_col_t::clust_pos.
dict_col_get_clust_pos(): Add parameter clust_index.  Replace the
look-up with a linear search of all columns in the clustered index.

row_upd_index_replace_new_col_vals(): Compute clust_index outside
the loops.  Compute clust_pos outside the inner loop.

row_upd_changes_ord_field_binary(), row_upd_changes_first_fields_binary():
Compute clust_index outside the loops.  Declare the auxiliary variables
inside the loop scope.
2006-09-14 11:51:34 +00:00
..
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
row0ins.c Split lines before binary operators, not after them. 2006-08-29 08:27:56 +00:00
row0mysql.c Split lines before binary operators, not after them. 2006-08-29 08:27:56 +00:00
row0purge.c Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
row0row.c On data tuples being updated or inserted (but not searched for), 2006-09-06 09:23:47 +00:00
row0sel.c Remove dict_col_t::clust_pos. 2006-09-14 11:51:34 +00:00
row0uins.c Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
row0umod.c Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
row0undo.c Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
row0upd.c Remove dict_col_t::clust_pos. 2006-09-14 11:51:34 +00:00
row0vers.c Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00