Commit 4941acd4 authored by marko's avatar marko

ha_innodb.cc: Adjust the comment related to r784. Apparently it was

changed after review on the MySQL side.
parent 1ce2c0f8
...@@ -7076,7 +7076,7 @@ ha_innobase::innobase_read_and_init_auto_inc( ...@@ -7076,7 +7076,7 @@ ha_innobase::innobase_read_and_init_auto_inc(
'active'. 'active'.
Since 5.1 MySQL enforces that we announce fields which we will Since 5.1 MySQL enforces that we announce fields which we will
read; as we only do a val_*() call, dbug_tmp_use_all_columns() read; as we only do a val_*() call, dbug_tmp_use_all_columns()
is sufficient. */ with read_set is sufficient. */
my_bitmap_map *old_map; my_bitmap_map *old_map;
old_map= dbug_tmp_use_all_columns(table, table->read_set); old_map= dbug_tmp_use_all_columns(table, table->read_set);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment