1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-05 01:43:31 +03:00
Files
mariadb/mysql-test/t
V Narayanan 1aecdd3148 Bug#40814 CSV engine does not parse \X characters when they occur in unquoted fields
When a .CSV file for table in the CSV engine contains
\X characters as part of unquoted fields, e.g.
    
2,naraya\nan
    
\n is not interpreted as a new line (it is however interpreted as a
newline in a quoted field).
    
The old algorithm copied the entire value for a unquoted field without
parsing the \X characters. 
    
The new algorithm adds the capability to handle \X characters in the 
unquoted fields of a .CSV file.
2009-12-03 17:18:43 +05:30
..
2009-09-10 11:58:13 +05:00
2009-08-20 14:30:59 +02:00
2009-02-09 22:00:15 +01:00
2009-02-09 22:00:15 +01:00
2008-12-23 18:21:01 +04:00
2009-10-23 15:22:21 +04:00
2009-09-29 17:38:40 +02:00
2009-11-02 14:10:04 +03:00
2009-09-10 03:18:29 -06:00
2009-03-27 10:18:06 +08:00
2009-10-23 23:37:57 +05:00
2009-10-24 09:57:31 +03:00
2009-10-19 14:58:13 +02:00
2009-02-26 18:17:06 +01:00
2009-01-16 17:38:38 +02:00
2009-05-06 15:00:14 +05:30
2009-11-09 14:56:15 +03:00
2009-09-04 15:20:58 +02:00
2009-11-02 14:10:04 +03:00
2009-10-30 10:03:18 +02:00
2009-10-20 11:00:07 -07:00
2009-11-11 21:30:51 +04:00
2009-10-13 23:04:58 +04:00
2009-02-09 22:00:15 +01:00
2009-10-27 18:27:27 +04:00
2009-10-27 08:38:32 +04:00
2009-10-29 10:03:16 +04:00
2009-09-29 14:16:23 +03:00
2009-09-18 16:44:11 +02:00
2009-10-19 14:58:13 +02:00
2009-09-04 15:20:58 +02:00
2009-08-12 12:03:05 +02:00
2009-11-02 21:05:42 +01:00
2009-10-30 16:13:13 +02:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-03-10 16:54:24 +01:00
2009-09-29 14:16:23 +03:00
2009-07-03 10:19:32 +02:00
2009-11-10 16:11:27 -02:00
2009-06-10 11:58:36 +03:00
2009-11-05 12:23:55 +03:00
2008-12-13 19:42:12 +00:00
2009-02-19 18:24:25 -05:00
2009-10-08 16:36:36 +01:00
2009-01-31 02:08:41 +01:00
2009-05-15 12:11:07 +05:00
2009-05-10 21:20:35 +05:00
2009-10-23 15:22:21 +04:00
2009-08-31 17:09:09 +03:00