Loading BitKeeper/etc/logging_ok +1 −8 Original line number Diff line number Diff line heikki@donna.mysql.fi jani@janikt.pp.saunalahti.fi monty@hundin.mysql.fi mwagner@evoq.mwagner.org paul@central.snake.net sasha@mysql.sashanet.com serg@serg.mysql.com paul@teton.kitebird.com mikef@nslinuxw4.bedford.progress.com sql/sql_table.cc +7 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,13 @@ int mysql_create_table(THD *thd,const char *db, const char *table_name, db_options|=HA_OPTION_PACK_RECORD; file=get_new_handler((TABLE*) 0, create_info->db_type); if ((create_info->options & HA_LEX_CREATE_TMP_TABLE) && (file->option_flag() & HA_NO_TEMP_TABLES)) { my_error(ER_ILLEGAL_HA,MYF(0),table_name); DBUG_RETURN(-1); } /* Don't pack keys in old tables if the user has requested this */ while ((sql_field=it++)) Loading Loading
BitKeeper/etc/logging_ok +1 −8 Original line number Diff line number Diff line heikki@donna.mysql.fi jani@janikt.pp.saunalahti.fi monty@hundin.mysql.fi mwagner@evoq.mwagner.org paul@central.snake.net sasha@mysql.sashanet.com serg@serg.mysql.com paul@teton.kitebird.com mikef@nslinuxw4.bedford.progress.com
sql/sql_table.cc +7 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,13 @@ int mysql_create_table(THD *thd,const char *db, const char *table_name, db_options|=HA_OPTION_PACK_RECORD; file=get_new_handler((TABLE*) 0, create_info->db_type); if ((create_info->options & HA_LEX_CREATE_TMP_TABLE) && (file->option_flag() & HA_NO_TEMP_TABLES)) { my_error(ER_ILLEGAL_HA,MYF(0),table_name); DBUG_RETURN(-1); } /* Don't pack keys in old tables if the user has requested this */ while ((sql_field=it++)) Loading