mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Cleanup of tests
Fixed bug with ALTER TABLE on HEAP tables
This commit is contained in:
@ -903,7 +903,6 @@ static bool add_line(String &buffer,char *line,char *in_string)
|
||||
continue;
|
||||
#ifdef USE_MB
|
||||
int l;
|
||||
/* if ((l = ismbchar(pos, pos+MBMAXLEN))) { Wei He: I think it's wrong! */
|
||||
if (use_mb(default_charset_info) &&
|
||||
(l = my_ismbchar(default_charset_info, pos, strend))) {
|
||||
while (l--)
|
||||
|
Reference in New Issue
Block a user