3
-- This table and table_8/9 designed to check that ON DUPLICATE KEY UPDATE can
4
-- work okay with the before_insert functionality.
6
drop table if exists table_7;
14
drop table if exists table_8;
15
create table table_8 like table_7;
17
drop table if exists table_9;
19
a int not null primary key,
24
insert into table_7(a, b, c) values