mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.0
This commit is contained in:
@ -1929,7 +1929,7 @@ static const char *get_dynamic_sql_string(LEX *lex, uint *query_len)
|
||||
variable absent or equal to NULL, so we need to set variable to
|
||||
something reasonable to get a readable error message during parsing
|
||||
*/
|
||||
str.set("NULL", 4, &my_charset_latin1);
|
||||
str.set(STRING_WITH_LEN("NULL"), &my_charset_latin1);
|
||||
}
|
||||
|
||||
needs_conversion= String::needs_conversion(var_value->length(),
|
||||
|
Reference in New Issue
Block a user