1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-21 08:47:42 +03:00
Files
mariadb/sql-common
Joerg Bruehe f4013d1302 Fix a syntax error:
A variable declaration was preceded by "DBUG_PRINT()".

sql-common/client.c:
  Thou shalt not declare a variable after an executable statement
  (and "DBUG_PRINT()" is executable).
2010-03-16 20:10:45 +01:00
..
2010-03-16 20:10:45 +01:00
2006-12-31 01:02:27 +01:00