1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

bug#3964 and related issues: FTB problems with charsets where one byte can match many

correct prefix compare with my_strnncoll
This commit is contained in:
serg@serg.mylan
2004-06-10 21:18:57 +02:00
parent a0464b8563
commit 78fa465b92
19 changed files with 143 additions and 60 deletions

View File

@@ -1191,7 +1191,7 @@ int mysql_table_dump(THD* thd, char* db, char* tbl_name, int fd)
}
net_flush(&thd->net);
if ((error= table->file->dump(thd,fd)))
my_error(ER_GET_ERRNO, MYF(0));
my_error(ER_GET_ERRNO, MYF(0), error);
err:
close_thread_tables(thd);