mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Use default character set for expressions
- Force usage of () around complex DEFAULT expressions - Give error if DEFAULT expression contains invalid characters - Don't use const_charset_conversion for stored Item_func_sysconf expressions as the result is not constaint over different executions - Fixed Item_func_user() to not store calculated value in str_value
This commit is contained in:
committed by
Sergei Golubchik
parent
8f226121e5
commit
fb67cde237
@ -1649,7 +1649,7 @@ struct Table_scope_and_contents_source_st
|
||||
ulong avg_row_length;
|
||||
ulong used_fields;
|
||||
ulong key_block_size;
|
||||
ulong expression_lengths;
|
||||
ulong expression_length;
|
||||
ulong field_check_constraints;
|
||||
/*
|
||||
number of pages to sample during
|
||||
|
Reference in New Issue
Block a user