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:
monty@mysql.com 2004-12-07 15:47:00 +02:00
commit 563500994a
45 changed files with 1970 additions and 1866 deletions

View file

@ -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;