1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixes to merge from 4.1

This commit is contained in:
jimw@mysql.com
2005-05-18 15:40:34 -07:00
parent b7079ed027
commit d5ee234917
6 changed files with 791 additions and 51 deletions

View File

@ -2694,8 +2694,11 @@ static my_bool get_view_structure(char *table, char* db)
if (verbose)
fprintf(stderr, "-- Retrieving view structure for table %s...\n", table);
#ifdef NOT_REALLY_USED_YET
sprintf(insert_pat,"SET OPTION SQL_QUOTE_SHOW_CREATE=%d",
(opt_quoted || opt_keywords));
#endif
result_table= quote_name(table, table_buff, 1);
opt_quoted_table= quote_name(table, table_buff2, 0);