1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for a few assorted compiler warnings.

This commit is contained in:
Davi Arnaut
2009-08-28 12:06:59 -03:00
parent edb71b0cdd
commit a0e44ec1e8
7 changed files with 371 additions and 345 deletions

View File

@ -4262,7 +4262,7 @@ static void test_fetch_date()
myheader("test_fetch_date");
/* Will not work if sql_mode is NO_ZERO_DATE (implicit if TRADITIONAL) /*/
/* Will not work if sql_mode is NO_ZERO_DATE (implicit if TRADITIONAL) */
rc= mysql_query(mysql, "SET SQL_MODE=''");
myquery(rc);