• sergefp@mysql.com's avatar
    WL#1622 "SQL Syntax for Prepared Statements": post-review fixes: · a314cbef
    sergefp@mysql.com authored
      Moved PS name to Statement class, Statement_map now handles name-to-statement resolution.
      Both named and unnamed statements are now executed in one function (sql_prepare.cc:execute_stmt)
      Fixed a problem: Malformed sequence of commands from client could cause server to use previously deleted objects.
      Some code cleanup and small fixes
    a314cbef
sql_class.h 40.4 KB