Commit 97b5cbba authored by bar@eagle.intranet.mysql.r18.ru's avatar bar@eagle.intranet.mysql.r18.ru

Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1

into eagle.intranet.mysql.r18.ru:/home/bar/mysql-5.0
parents 5493b4a0 0a72d12d
...@@ -12704,6 +12704,7 @@ from t2);"); ...@@ -12704,6 +12704,7 @@ from t2);");
static void test_bug8378() static void test_bug8378()
{ {
#ifdef HAVE_CHARSET_gbk
MYSQL *lmysql; MYSQL *lmysql;
char out[9]; /* strlen(TEST_BUG8378)*2+1 */ char out[9]; /* strlen(TEST_BUG8378)*2+1 */
int len; int len;
...@@ -12738,6 +12739,7 @@ static void test_bug8378() ...@@ -12738,6 +12739,7 @@ static void test_bug8378()
DIE_UNLESS(memcmp(out, TEST_BUG8378_OUT, len) == 0); DIE_UNLESS(memcmp(out, TEST_BUG8378_OUT, len) == 0);
mysql_close(lmysql); mysql_close(lmysql);
#endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment