1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge mysql.com:/home/bar/mysql-5.0.merge

into  mysql.com:/home/bar/mysql-5.1-rpl
This commit is contained in:
bar@mysql.com
2007-03-01 16:06:29 +04:00
15 changed files with 284 additions and 190 deletions

View File

@ -996,6 +996,7 @@ sql_exchange::sql_exchange(char *name,bool flag)
enclosed= line_start= &my_empty_string;
line_term= &default_line_term;
escaped= &default_escaped;
cs= NULL;
}
bool select_send::send_fields(List<Item> &list, uint flags)