1. 18 Sep, 2001 1 commit
    • unknown's avatar
      Fix error messages · 329203c9
      unknown authored
      Configure fixes
      
      
      configure.in:
        Fix for pstack
      libmysqld/Makefile.am:
        Fix to create examples
      mysql-test/t/drop.test:
        Fix error messages
      mysql-test/t/isolation.test:
        Fix error messages
      mysql-test/t/union.test:
        Fix error messages
      329203c9
  2. 03 Sep, 2001 1 commit
    • unknown's avatar
      Update of manual with 4.0 changes · 834ca9f5
      unknown authored
      Create innodb table space if configuring with InnoDB and not using --skip-innodb
      Fixes for TRUNCATE TABLE and DROP DATABASE.
      
      
      Docs/manual.texi:
        Update of manual with 4.0 changes.
      mysql-test/mysql-test-run.sh:
        Fixed option --mysqld
      mysql-test/r/innodb.result:
        More test cases
      mysql-test/r/truncate.result:
        More test cases
      mysql-test/t/drop.test:
        More test cases
      mysql-test/t/innodb.test:
        More test cases
      mysql-test/t/truncate.test:
        More test cases
      sql/gen_lex_hash.cc:
        Smaller array
      sql/ha_innobase.cc:
        Create innodb table space if not using --skip-innodb
      sql/lock.cc:
        Fixed wrong mutex handling in global read lock.
      sql/md5.c:
        Fixed bug from merge
      sql/sql_base.cc:
        cleanup
      sql/sql_db.cc:
        Use new global lock functions.
        Fixed new bug that database wasn't always dropped.
      sql/sql_delete.cc:
        Fixed problem with mysql_truncate() when called from restore_table
      sql/sql_parse.cc:
        Fixed error message handling.
      sql/sql_table.cc:
        cleanup
      834ca9f5
  3. 22 Jun, 2001 1 commit
    • unknown's avatar
      merged new 3.23 errors · de0b2af7
      unknown authored
      fixed bugs in log seq - now starting to look good
      fixes for SHOW BINLOG EVENTS
      will push this one
      
      
      include/mysqld_error.h:
        merged errors from 3.23
      mysql-test/mysql-test-run.sh:
        wrong quotes in --skip-test
      mysql-test/r/drop.result:
        updated test
      mysql-test/r/rpl_log.result:
        updated test
      mysql-test/t/drop.test:
        updated test
      mysql-test/t/rpl_log.test:
        fixed bugs in test case
      sql/item_sum.h:
        remove compiler warning about re-ordered initialization
      sql/log.cc:
        fixed a bunch of loq_seq bugs
      sql/log_event.cc:
        fixed log seq bugs, added info for Slave event in SHOW BINLOG EVENTS
      sql/share/czech/errmsg.txt:
        merged errors from 3.23
      sql/share/danish/errmsg.txt:
        merged errors from 3.23
      sql/share/dutch/errmsg.txt:
        merged errors from 3.23
      sql/share/english/errmsg.txt:
        merged errors from 3.23
      sql/share/estonian/errmsg.txt:
        merged errors from 3.23
      sql/share/french/errmsg.txt:
        merged errors from 3.23
      sql/share/german/errmsg.txt:
        merged errors from 3.23
      sql/share/greek/errmsg.txt:
        merged errors from 3.23
      sql/share/hungarian/errmsg.txt:
        merged errors from 3.23
      sql/share/italian/errmsg.txt:
        merged errors from 3.23
      sql/share/japanese/errmsg.txt:
        merged errors from 3.23
      sql/share/korean/errmsg.txt:
        merged errors from 3.23
      sql/share/norwegian-ny/errmsg.txt:
        merged errors from 3.23
      sql/share/norwegian/errmsg.txt:
        merged errors from 3.23
      sql/share/polish/errmsg.txt:
        merged errors from 3.23
      sql/share/portuguese/errmsg.txt:
        merged errors from 3.23
      sql/share/romanian/errmsg.txt:
        merged errors from 3.23
      sql/share/russian/errmsg.txt:
        merged errors from 3.23
      sql/share/slovak/errmsg.txt:
        merged errors from 3.23
      sql/share/spanish/errmsg.txt:
        merged errors from 3.23
      sql/share/swedish/errmsg.txt:
        merged errors from 3.23
      sql/slave.cc:
        fixed log_seq bugs
      de0b2af7
  4. 21 Jun, 2001 2 commits
    • unknown's avatar
      merged test from 4.0 · 1992a55e
      unknown authored
      mysql-test/r/drop.result:
        merged a test from 4.0
      mysql-test/t/drop.test:
        updated test results
      1992a55e
    • unknown's avatar
      fixed drop/create database bug when holding global read lock · d88fdc2b
      unknown authored
      preserve originating server id in Intvar events to avoid inifinite loops
      
      
      include/mysqld_error.h:
        new error messages
      mysql-test/r/drop.result:
        updated result
      mysql-test/r/flush.result:
        updated result
      mysql-test/t/drop.test:
        test for proper handling of drop/create database when holding
        global read lock
      mysql-test/t/flush.test:
        test to see if other thread would block on drop database if we
        are holding global read lock
      sql/log.cc:
        preserve originating server id in Intvar log event
      sql/share/czech/errmsg.txt:
        new error messages
      sql/share/danish/errmsg.txt:
        new error messages
      sql/share/dutch/errmsg.txt:
        new error messages
      sql/share/english/errmsg.txt:
        new error messages
      sql/share/estonian/errmsg.txt:
        new error messages
      sql/share/french/errmsg.txt:
        new error messages
      sql/share/german/errmsg.txt:
        new error messages
      sql/share/greek/errmsg.txt:
        new error messages
      sql/share/hungarian/errmsg.txt:
        new error messages
      sql/share/italian/errmsg.txt:
        new error messages
      sql/share/japanese/errmsg.txt:
        new error messages
      sql/share/korean/errmsg.txt:
        new error messages
      sql/share/norwegian-ny/errmsg.txt:
        new error messages
      sql/share/norwegian/errmsg.txt:
        new error messages
      sql/share/polish/errmsg.txt:
        new error messages
      sql/share/portuguese/errmsg.txt:
        new error messages
      sql/share/romanian/errmsg.txt:
        new error messages
      sql/share/russian/errmsg.txt:
        new error messages
      sql/share/slovak/errmsg.txt:
        new error messages
      sql/share/spanish/errmsg.txt:
        new error messages
      sql/share/swedish/errmsg.txt:
        new error messages
      sql/slave.cc:
        fixed typo in comment
      sql/sql_db.cc:
        global read lock should block drop/create database
      d88fdc2b
  5. 01 Jun, 2001 1 commit
    • unknown's avatar
      worked around one bug in the new symlink code, but hit another · aa03d188
      unknown authored
      test case included ( drop) - currently fails, along with rpl000009
      
      
      mysql-test/r/drop.result:
        new test
      mysql-test/t/drop.test:
        expose a bug in the new symlink table code
      sql/slave.cc:
        turn off symlink bit to avoid a bug
      sql/sql_repl.cc:
        turn off symlink bit to avoid a bug
      aa03d188
  6. 27 Mar, 2001 1 commit
    • unknown's avatar
      I was wrong about concurrent insert issue in rpl000016 - it still failed · 448c488b
      unknown authored
      once after the lock. Now changed test case and added eval support to
      mysqltest to make it easier to debug
      
      
      client/mysqltest.c:
        added eval query command to be able to use variables in a query
      mysql-test/r/rpl000016.result:
        updates for new test case
      mysql-test/t/rpl000016.test:
        changed test case to make it easier to debug
      448c488b