• Joerg Bruehe's avatar
    Fix a syntax error: · f4013d13
    Joerg Bruehe authored
    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).
    f4013d13
client.c 107 KB