Remove unsupported Oracle, Drizzle and AttachSQL drivers from the source tree.

This commit is contained in:
Alexey Kopytov
2018-04-21 08:08:48 +03:00
parent 9ef42e269f
commit 8ded1d9f10
15 changed files with 7 additions and 2699 deletions

View File

@ -161,8 +161,7 @@ function create_table(drv, con, table_num)
id_index_def = "PRIMARY KEY"
end
if drv:name() == "mysql" or drv:name() == "attachsql" or
drv:name() == "drizzle"
if drv:name() == "mysql"
then
if sysbench.opt.auto_inc then
id_def = "INTEGER NOT NULL AUTO_INCREMENT"