diff options
author | unknown <hf@deer.(none)> | 2004-12-21 10:31:09 +0400 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2004-12-21 10:31:09 +0400 |
commit | 5c79810a6d3ca19254c310f1519664729367b647 (patch) | |
tree | 29f06f545c2ec06b22708489c7f94e04a8b24c13 /tests | |
parent | 7f6cc1df6ef9a222c4533ce5ff79539cbd8fd7e6 (diff) | |
parent | b277c36a61014fa8a2e59f292506b84ed2758013 (diff) | |
download | mariadb-git-5c79810a6d3ca19254c310f1519664729367b647.tar.gz |
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.clean
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index 0575b355b05..dc18929341c 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -683,9 +683,7 @@ static void verify_prepare_field(MYSQL_RES *result, as utf8. Field length is calculated as number of characters * maximum number of bytes a character can occupy. */ -#ifndef EMBEDDED_LIBRARY DIE_UNLESS(field->length == length * cs->mbmaxlen); -#endif if (def) DIE_UNLESS(strcmp(field->def, def) == 0); } |