Merged fix-889739-pt-cd-quoted-strings and added the new sample files

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-08-01 15:02:28 -03:00
6 changed files with 52 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
[mysqld]
init-connect='SET NAMES utf8'

View 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
View File