~percona-dev/percona-server/release-5.5.11-20.2-fix-bug-764138

« back to all changes in this revision

Viewing changes to mysql_dump_ignore_ct.patch

  • Committer: Ignacio Nin
  • Date: 2011-03-27 18:30:06 UTC
  • mfrom: (88.2.3 5.5.10)
  • Revision ID: ignacio.nin@percona.com-20110327183006-ij0o2pdyhzaerish
Merge 5.5.10 changes

Merge 5.5.10 changes to release-5.5.9-20.1 in order to create release-5.5.10-20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
   {"lines-terminated-by", OPT_LTB,
39
39
    "Lines in the output file are terminated by the given string.",
40
40
    &lines_terminated, &lines_terminated, 0, GET_STR,
41
 
@@ -2293,13 +2296,21 @@
 
41
@@ -2302,13 +2305,21 @@
42
42
       /* Make an sql-file, if path was given iow. option -T was given */
43
43
       char buff[20+FN_REFLEN];
44
44
       MYSQL_FIELD *field;