mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-06-11 02:00:18 +08:00
Update t/pt-archiver/samples/bulk_insert_special_chars.sql
Co-authored-by: Sveta Smirnova <svetasmirnova@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ DROP DATABASE IF EXISTS `bulk_escape`;
|
||||
CREATE DATABASE `bulk_escape`;
|
||||
|
||||
CREATE TABLE `bulk_escape`.`source` (
|
||||
`id` int unsigned NOT NULL AUTO_INCREMENT,
|
||||
`id` int unsigned NOT NULL,
|
||||
`name` varchar(500) DEFAULT NULL,
|
||||
`job` varchar(450) DEFAULT NULL,
|
||||
`stu_id` int DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user