1. 28 Feb, 2007 10 commits
    • unknown's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 36f517a6
      unknown authored
       - Null merge 4.1 patch
      
      
      mysql-test/Makefile.am:
        Null merge to 4.1 patch
      scripts/Makefile.am:
        No need to clean mysql_create_system_tablesa anyomre
      36f517a6
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · ad221c8d
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint-bug20166
      
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-init_db.sql:
        Auto merged
      BitKeeper/deleted/.del-init_db.sql~a77d572c39d5a1f8:
        Auto merged
      client/mysqltest.c:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/lib/mtr_process.pl:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      ad221c8d
    • unknown's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · dd5c68b9
      unknown authored
       - Build lib/init-db.sql from the output of mysql_create_system_tables
       - Remove mysql-test/init_db.sql and mysql-test/lib/init_db.sql
       - Leave netware/init_db.sql until 5.0 where we should soon have possibility
         to test with mysql-test-run.pl
      
      
      BitKeeper/deleted/.del-init_db.sql:
        Delete: mysql-test/init_db.sql
      BitKeeper/deleted/.del-init_db.sql~a77d572c39d5a1f8:
        Delete: mysql-test/lib/init_db.sql
      BitKeeper/etc/ignore:
        Added mysql-test/lib/init_db.sql to the ignore list
      mysql-test/Makefile.am:
        Build lib/init_db.sql from the output of mysql_create_system_tables
      dd5c68b9
    • unknown's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · a1d33c00
      unknown authored
       - Split out initial data in mysql_system_tables.sql to  it's own file
       - Use file from mysql_install_db and mysql-test-run
      
      
      scripts/mysql_system_tables_fix.sql:
        Rename: scripts/mysql_fix_privilege_tables.sql.in -> scripts/mysql_system_tables_fix.sql
      mysql-test/mysql-test-run.pl:
        - Add mysql_system_tables_data.sql as part of the bootstrap
        - Remove the addition of pid to end of bootstrap.sql, now
          to file used for bootstrap will be $opt_vardir/tmp/bootstrap.sql
        - Improve error message descibing how to find cause of a
          failed bootstrap
      scripts/Makefile.am:
        - Rename mysql_fix_privileg_tables.sql.in to mysql_system_tables_fix.sql
        - Build mysql_fix_privilege_tables from mysql_system_tables.sql and
          mysql_system_tables_fix.sql
        - Add mysql_system_tables_fix.sql to EXTRA_DIST
      scripts/mysql_install_db.sh:
        - Use mysql_system_tables_data.sql file when bootstrapping
          mysql, it will contain initial data for MysQL system tables
      scripts/mysql_system_tables.sql:
        Move initial data for system tables to it's own file
      scripts/mysql_system_tables_data.sql:
        Move initial data for system tables to it's own file
      a1d33c00
    • unknown's avatar
      When using a --mem=<dir> the memdir must be removed to assure · df098e75
      unknown authored
      afresh start
      
      df098e75
    • unknown's avatar
      Bug#26416 mysql-test-run exits with "Hangup" when piped to grep · b813fe94
      unknown authored
       - Thanks to Christian for the patch!
      
      
      mysql-test/lib/mtr_process.pl:
        Avoid printout of "Hangup" when script exits by using
        POSIX::kill
      b813fe94
    • unknown's avatar
      Bug#26686 mysql-test-run.pl aborts when waitpid returns -1 · 11e6137f
      unknown authored
       - Add error handling for waitpid returns -1 for "simple run of command"
      
      
      mysql-test/lib/mtr_process.pl:
        - Add error handling for waitpid returns -1
        when a simple command is run.
        - Add missing return
        - Add mtr_errors where the program should never come 
        - Remove an else to improve program readability
        - Change mtr_debug to mtr_warning for "Got EAGAIN from fork()..."
      11e6137f
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint-without-cygwin · f59ecce0
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
      
      
      client/mysqltest.c:
        Auto merged
      f59ecce0
    • unknown's avatar
    • unknown's avatar
      Bug#19410 Test 'kill' fails on Windows + SCO · c6698b32
      unknown authored
      - Use "mysql_stmt_field_count" to determine if there is a need to
      call "mysql_stmt_store_result"
      
      
      client/mysqltest.c:
        Only call 'mysql_stmt_store_result' if 'mysql_stmt_field_count' is
        greater than 0 indicating that this query has a result set.
        This change is mainly since if mysql_stmt_store_result fails
        the value returned by mysql_stmt_field_count will be reset.
      c6698b32
  2. 27 Feb, 2007 5 commits
  3. 26 Feb, 2007 7 commits
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · c5cfd24f
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      c5cfd24f
    • unknown's avatar
    • unknown's avatar
      Remove another spurious " · 59d02c16
      unknown authored
      59d02c16
    • unknown's avatar
      Remove spurious " · abc48fe0
      unknown authored
      abc48fe0
    • unknown's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 73559bca
      unknown authored
       - Use mysql_system_tables.sql to create MySQL system tables in
         all places where we create them(mysql_install_db, mysql-test-run-pl
         and mysql_fix_privilege_tables.sql)
      
      
      BitKeeper/deleted/.del-init_db.sql:
        Rename: mysql-test/init_db.sql -> BitKeeper/deleted/.del-init_db.sql
      BitKeeper/deleted/.del-init_db.sql~a77d572c39d5a1f8:
        Rename: mysql-test/lib/init_db.sql -> BitKeeper/deleted/.del-init_db.sql~a77d572c39d5a1f8
      BitKeeper/deleted/.del-mysql_create_system_tables.sh:
        Rename: scripts/mysql_create_system_tables.sh -> BitKeeper/deleted/.del-mysql_create_system_tables.sh
      BitKeeper/etc/ignore:
        Added scripts/mysql_fix_privilege_tables.sql to the ignore list
      mysql-test/Makefile.am:
        lib/init_db.sql has been removed
      mysql-test/mysql-test-run.pl:
        - Build var/tmp/bootstrap.sql from mysql_system_tables.sql,
        mysql_test_data_timezone.sql and fill_help_tables.sql and use
        it when bootsraping the system tables to use during test.
      mysql-test/r/create.result:
        Update result file
      mysql-test/r/derived.result:
        Update result file
      mysql-test/r/join.result:
        Update result file
      mysql-test/r/mysql_upgrade.result:
        Update result file
      mysql-test/r/sp-security.result:
        Update result file
      mysql-test/t/create.test:
        Add user mysqltest_1 before trying to connect as that user - no
        anon users by default anymore
      mysql-test/t/derived.test:
        Add user mysqltest_1 before trying to connect as that user - no
        anon users by default anymore
      mysql-test/t/grant2.test:
        Add anonymous users for part of thes that need it.
      mysql-test/t/grant_cache.test:
        Add anonymous users for part of thes that need it.
      mysql-test/t/init_connect.test:
        Add anonymous users for part of thes that need it.
      mysql-test/t/lock_multi.test:
        Add anonymous users for part of thes that need it.
      mysql-test/t/ndb_basic.test:
        Connect as "root", blank user will take currently logged in
        username
      mysql-test/t/ndb_index_ordered.test:
        Connect as "root", blank user will take currently logged in
        username
      mysql-test/t/ndb_multi.test:
        Connect as "root", blank user will take currently logged in
        username
      mysql-test/t/overflow.test:
        Connect as root - no anonymous users by default anymore
      mysql-test/t/rpl_temporary.test:
        Add anonymous users for the test
      mysql-test/t/xa.test:
        Connect as "root", blank user wil pick currently logged in user
      scripts/Makefile.am:
        Remove mysql_create_system_tables.sh
        Add mysql_system_tables.sql and mysql_test_data_timezone.sql
        Build mysql_fix_privilege_tables.sql from mysql_system_tables.sql
        and mysql_fix_privilege_tables.sql.in
      scripts/mysql_fix_privilege_tables.sh:
        Update message describing what the script does
      scripts/mysql_fix_privilege_tables.sql.in:
        Remove the part that creates system tables as that will be added to
        mysql_fix_privileg_tables.sql from mysql_system_tables.sql
        Change all comments to use #
      scripts/mysql_install_db.sh:
        Use mysql_system_tables.sql to create the MySQL system tables
        Update comments and indentation
        Add more descriptive comments about --windows switch
        Reduce number of hardcoded names for the SQL files the script
        looks for
      mysql-test/include/add_anonymous_users.inc:
        New BitKeeper file ``mysql-test/include/add_anonymous_users.inc''
      mysql-test/include/delete_anonymous_users.inc:
        New BitKeeper file ``mysql-test/include/delete_anonymous_users.inc''
      scripts/mysql_system_tables.sql:
        New BitKeeper file ``scripts/mysql_system_tables.sql''
      scripts/mysql_test_data_timezone.sql:
        New BitKeeper file ``scripts/mysql_test_data_timezone.sql''
      73559bca
    • unknown's avatar
    • unknown's avatar
      Workaround non portable use of "grep" and "cut" by loading the whole processlist · a8b229d5
      unknown authored
      into temporary table and selecting the correct row with SQL
      
      a8b229d5
  4. 24 Feb, 2007 1 commit
  5. 23 Feb, 2007 6 commits
  6. 22 Feb, 2007 4 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 72794342
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/comp_err_checksum/my50-comp_err_checksum
      
      
      sql/share/errmsg.txt:
        Auto merged
      72794342
    • unknown's avatar
      Bug#24617 Typo in Czech translation · 167cc191
      unknown authored
      
      sql/share/errmsg.txt:
        Add the missing "d"
      167cc191
    • unknown's avatar
      Bug #26571 Different format specifiers in errmsg.txt · 8c915c1d
      unknown authored
      - Add check of format specifiers in error message strings
      - Update error message text accordingly to be equal between all translations
      
      
      extra/Makefile.am:
        comp_err uses my_cheksum, link with zlib
      extra/comp_err.c:
        Add check of format specifiers in error message strings
      sql/share/errmsg.txt:
        Update error messages after checks
        ---
        Remove the newly added space in error message, should not be there
      8c915c1d
    • unknown's avatar
      Force the server restart before running mysqlbinlog-cp932.test to fix PB... · b01ad91b
      unknown authored
      Force the server restart before running mysqlbinlog-cp932.test to fix PB failures introduced by the patch for bug #18743.
      
      
      mysql-test/t/mysqlbinlog-cp932-master.opt:
        New BitKeeper file ``mysql-test/t/mysqlbinlog-cp932-master.opt''
      b01ad91b
  7. 20 Feb, 2007 7 commits