• Marko Mäkelä's avatar
    Add system columns to tables before creating the table · ebf539dd
    Marko Mäkelä authored
    dict_create_sys_tables_tuple(), dict_create_table_step(): Omit the
    system columns (which will now exist in the dict_table_t object
    already at this point).
    
    dict_create_table_step(): Expect the callers to invoke
    dict_table_add_system_columns().
    
    pars_create_table(): Before creating the table creation execution graph,
    invoke dict_table_add_system_columns().
    
    row_create_table_for_mysql(): Expect all callers to invoke
    dict_table_add_system_columns().
    ebf539dd
fts0fts.cc 189 KB