• unknown's avatar
    Small improvement to alloc_root · f39f794d
    unknown authored
    Add support for LIMIT # OFFSET #
    Changed lock handling:  Now all locks should be stored in TABLE_LIST instead of passed to functions.
    Don't call query_cache_invalidate() twice in some cases
    mysql_change_user() now clears states to be equal to close + connect.
    Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
    Fixed a bug with replicate-do and UPDATE
    
    
    BitKeeper/etc/ignore:
      added autom4te.cache/* bdb/dist/autom4te.cache/* innobase/autom4te.cache/*
    include/my_alloc.h:
      Small improvement to alloc_root
    libmysql/libmysql.c:
      Removed compiler warning
    myisam/mi_page.c:
      Better DBUG message
    mysql-test/r/multi_update.result:
      Added test with lock tables
    mysql-test/r/rpl_replicate_do.result:
      Update results
    mysql-test/r/rpl_rotate_logs.result:
      Make test independent of if t1 exists
    mysql-test/t/multi_update.test:
      Added test with lock tables
    mysql-test/t/rpl_rotate_logs.test:
      Make test independent of if t1 exists
    mysys/my_alloc.c:
      Small ...
    f39f794d
my_alloc.h 1.81 KB