• unknown's avatar
    A fix for Bug#7365 "embedded server for MacOS: problem with prepared · 62113c10
    unknown authored
    statements": no test case, the test case is there already, 
    libmysqld/examples/client_test.c, we just need to run it on a daily basis.
    
    
    libmysqld/lib_sql.cc:
      Convert statement id to least significant byte first format,
      uset for data transmission in MySQL protocol. It's assumed to be 
      in this format by mysql_stmt_execute.
    62113c10
lib_sql.cc 20.6 KB