mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 08:34:28 +02:00
After merge fix
This commit is contained in:
parent
6b8c196584
commit
207c0baf45
1 changed files with 1 additions and 1 deletions
|
|
@ -3035,7 +3035,7 @@ CREATE DATABASE /*!32312 IF NOT EXISTS*/ `mysqldump_test_db` /*!40100 DEFAULT CH
|
|||
USE `mysqldump_test_db`;
|
||||
DROP TABLE IF EXISTS `t1`;
|
||||
CREATE TABLE `t1` (
|
||||
`id` int(11) default NULL
|
||||
`id` int(11) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue