Modified:
trunk/testsuites/t_bugs_time/t_bugs_time_suite.c
Log:
No C++ comments in C files
Modified: trunk/testsuites/t_bugs_time/t_bugs_time_suite.c
===================================================================
--- trunk/testsuites/t_bugs_time/t_bugs_time_suite.c 2007-04-04 18:24:25 UTC (rev 53)
+++ trunk/testsuites/t_bugs_time/t_bugs_time_suite.c 2007-04-05 07:14:47 UTC (rev 54)
@@ -29,7 +29,7 @@
SQLHANDLE stmt = get_statement();
CHECK_SQL_S(SQLExecDirect(stmt, "DROP TABLE IF EXISTS my_time_tab", SQL_NTS), stmt);
-// CHECK_SQL_S(SQLExecDirect(stmt, "drop table if exists bug12520", SQL_NTS), stmt);
+/* CHECK_SQL_S(SQLExecDirect(stmt, "drop table if exists bug12520", SQL_NTS), stmt); */
free_statement(stmt);
global_disconnect();
| Thread |
|---|
| • ODBC C-tests commit: r54 - trunk/testsuites/t_bugs_time | mysqldev | 5 Apr |