maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #09667
Re: [ME-585] Integrate existing Community Patch “Flashback” into MariaDB Server.
Kristian Nielsen <knielsen@xxxxxxxxxxxxxxx> writes:
>> + tmp_sql_offset= sprintf(tmp_sql, "CREATE TABLE IF NOT EXISTS");
>> + tmp_sql_offset+= sprintf(tmp_sql + tmp_sql_offset, " `%s`.`%s` (%s) Engine = InnoDB%s",
By the way, hardcoding InnoDB as the table engine here is probably not a
good idea? Maybe just leave out the table engine, so it will be created with
whatever engine the DBA has configured as default?
- Kristian.
References