26 May
2016
26 May
'16
1:28 p.m.
Kristian Nielsen <knielsen@knielsen-hq.org> 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.