mariadb/storage
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
..
archive Manual merge from mysql-next-mr. 2009-11-02 14:10:04 +03:00
blackhole Manual merge from mysql-trunk-merge. 2009-11-05 23:28:35 +03:00
csv Bug#40814 CSV engine does not parse \X characters when they occur in unquoted fields 2009-12-03 17:18:43 +05:30
example Auto-merge from mysql-next-mr. 2009-11-05 15:08:37 +03:00
federated Backport of: 2009-10-16 00:56:17 +04:00
heap Manual merge from mysql-trunk-merge. 2009-10-14 12:25:39 +04:00
ibmdb2i Bug#45983 ibmdb2i_create_index_option=1 not working for primary key 2009-07-08 14:40:01 +05:30
innobase Manual merge from mysql-trunk-merge. 2009-11-06 18:19:24 +03:00
myisam Backport from 6.0-codebase. 2009-11-25 16:25:01 +04:00
myisammrg Backport from 6.0-codebase. 2009-11-25 16:25:01 +04:00
ndb Manual merge of mysql-next-mr-runtime upstream. 2009-11-19 21:48:08 -02:00
Makefile.am Backport WL#3653 to 5.1 to enable bundled innodb plugin. 2009-06-10 10:59:49 +02:00
mysql_storage_engine.cmake WL#4903 Plugin Service API part I 2009-11-02 21:05:42 +01:00