mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Update results for new varchar handling
Fixed compiler warnings String results in CREATE ... SELECT are now created as CHAR(0), VARCHAR(X) or TEXT() depending on item->max_length
This commit is contained in:
parent
77207d19f2
commit
563500994a
45 changed files with 1970 additions and 1866 deletions
|
|
@ -562,7 +562,7 @@ int my_strnncollsp_tis620(CHARSET_INFO * cs __attribute__((unused)),
|
|||
const uchar *b0, uint b_length,
|
||||
my_bool diff_if_only_endspace_difference)
|
||||
{
|
||||
uchar buf[80], *end, *a, *b, alloced= NULL;
|
||||
uchar buf[80], *end, *a, *b, *alloced= NULL;
|
||||
uint length;
|
||||
int res= 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue