Commit a3a3d6cd authored by marko's avatar marko

create_table_def(): Eliminate the inline function call to dict_table_is_comp()

that was introduced in r1571.  Inlining is disabled in ha_innodb.cc.
parent 640246e6
......@@ -4634,8 +4634,7 @@ create_table_def(
error = row_create_table_for_mysql(table, trx);
innodb_check_for_record_too_big_error(dict_table_is_comp(table),
error);
innodb_check_for_record_too_big_error(flags & DICT_TF_COMPACT, error);
error = convert_error_code_to_mysql(error, NULL);
......
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