• unknown's avatar
    BUG#1644: Insertion of more than 3 NULL columns with parameter binding fails · 87eb9ea2
    unknown authored
    Fixed. Enabled test case in client_test.c.
    
    
    sql/sql_prepare.cc:
      BUG#1644: Insertion of more than 3 NULL columns with parameter binding fails
      Added missing parentheses in IS_PARAM_NULL to get the right bit.
    tests/client_test.c:
      BUG#1644: Insertion of more than 3 NULL columns with parameter binding fails
      Fixed. Enabled test case.
    87eb9ea2
sql_prepare.cc 29.6 KB