Skip to content

Commit

Permalink
regression tests: fix script_oltp_general_mysql.t to work with MySQL …
Browse files Browse the repository at this point in the history
…8.0.
  • Loading branch information
akopytov committed Jan 16, 2019
1 parent 672be3e commit 18a9f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/t/script_oltp_general_mysql.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
CREATE TABLE `sbtest1` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`k` int(11) NOT NULL DEFAULT '0',
`c` char(120) NOT NULL DEFAULT '',
`pad` char(60) NOT NULL DEFAULT '',
`c` char(120)* NOT NULL DEFAULT '', (glob)
`pad` char(60)* NOT NULL DEFAULT '', (glob)
PRIMARY KEY (`id`),
KEY `k_1` (`k`)
) ENGINE=InnoDB * COMMENT='foo' (glob)
Expand Down

0 comments on commit 18a9f86

Please sign in to comment.