1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Follow-up for bug#7990

libmysql/libmysql.c:
  And now put it to the proper place and make it work (Bug#7990)
tests/mysql_client_test.c:
  Enable the test for bug#7990
This commit is contained in:
unknown
2005-02-10 18:24:26 +03:00
parent a26ce94f7a
commit d9039e8718
2 changed files with 6 additions and 5 deletions

View File

@ -11813,6 +11813,7 @@ static struct my_tests_st my_tests[]= {
{ "test_rewind", test_rewind },
{ "test_bug6761", test_bug6761 },
{ "test_bug8330", test_bug8330 },
{ "test_bug7990", test_bug7990 },
{ 0, 0 }
};