• unknown's avatar
    Fix for bug #6880: LAST_INSERT_ID() within a statement · febe7eb6
    unknown authored
    
    mysql-test/r/auto_increment.result:
      Fix for bug #6880: LAST_INSERT_ID() within a statement
        - test result
    mysql-test/r/rpl_log.result:
      Fix for bug #6880: LAST_INSERT_ID() within a statement
        - test result
    mysql-test/t/auto_increment.test:
      Fix for bug #6880: LAST_INSERT_ID() within a statement
        - test case
    mysql-test/t/rpl_log.test:
      Fix for bug #6880: LAST_INSERT_ID() within a statement
        - test case
    sql/item_func.cc:
      Fix for bug #6880: LAST_INSERT_ID() within a statement
        - return the first thd->last_insert_id set (within a query)
    febe7eb6
auto_increment.result 8.52 KB