mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Merged fix-889739-pt-cd-quoted-strings and added the new sample files
This commit is contained in:
6
t/lib/samples/configs/quoted_cnf.txt
Normal file
6
t/lib/samples/configs/quoted_cnf.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
[client]
|
||||
port = 3306
|
||||
socket = /var/run/mysqld/mysqld.sock
|
||||
|
||||
[mysqld]
|
||||
init-connect='SET NAMES utf8'
|
6
t/lib/samples/configs/unquoted_cnf.txt
Normal file
6
t/lib/samples/configs/unquoted_cnf.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
[client]
|
||||
port = 3306
|
||||
socket = /var/run/mysqld/mysqld.sock
|
||||
|
||||
[mysqld]
|
||||
init-connect=SET NAMES utf8
|
0
t/lib/samples/empty.txt
Normal file
0
t/lib/samples/empty.txt
Normal file
Reference in New Issue
Block a user