Closed lovasoa closed 6 years ago
Hi, I'm still trying to parse mysql dumps from wikipedia, and I'm having problems with mysql table options (table_option in the docs).
table_option
CREATE TABLE x (b integer) ENGINE=InnoDB AUTO_INCREMENT=413856661 DEFAULT CHARSET=binary;
Hi, I'm still trying to parse mysql dumps from wikipedia, and I'm having problems with mysql table options (
table_option
in the docs).Example statement that fails to parse