1. 22 Dec, 2006 1 commit
    • unknown's avatar
      WL #3031 · 8f3e39bd
      unknown authored
      * Various windows errors fixed
      * Increased max key length for federated
      
      
      include/my_time.h:
        WL #3031
        
        Windows compile errors for some platforms. JBalint helped find this fix.
      sql/log_event.cc:
        WL #3031
        
        Windows compile errors on some platforms. explicite casting.
      sql/sql_servers.cc:
        WL #3031
        
        Add rwlock init to sql_servers to fix hang on windows.
      storage/federated/ha_federated.h:
        WL #3031
        
        Increase max key length to innodb's max (Cisco fix)
      8f3e39bd
  2. 20 Dec, 2006 1 commit
    • unknown's avatar
      WL #3031 · 4a08b64f
      unknown authored
      fixing pushbuild warnings and errors
      
      
      sql/sql_servers.cc:
        WL# 3031
        
        Cleaning up compile warnings on various platforms that I found with pushbuild
      storage/federated/ha_federated.cc:
        WL# 3031
        
        Cleaning up compile warnings on various platforms that I found with pushbuild,
        error on windows
      4a08b64f
  3. 19 Dec, 2006 5 commits
  4. 18 Dec, 2006 3 commits
    • unknown's avatar
      Updated file to use doxygen commenting style. · f8bd2ef3
      unknown authored
      f8bd2ef3
    • unknown's avatar
      WL# 3031 · 5426f121
      unknown authored
      - Added more test results for hard-coded error numbers
      - Fix for windows
      
      
      mysql-test/r/rpl_extraCol_myisam.result:
        WL# 3031
        
        More result files for tests that have hard-coded error numbers (!!)
      mysql-test/r/rpl_ndb_extraCol.result:
        WL# 3031
        
        More result files for tests that have hard-coded error numbers (!!)
      mysql-test/r/rpl_row_tabledefs_3innodb.result:
        WL# 3031
        
        More result files for tests that have hard-coded error numbers (!!)
      sql/CMakeLists.txt:
        WL# 3031
        
        Noticed windows build breaks, added sql_servers.cc to CMakeLists.txt
      5426f121
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 · 2b0189b8
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
      
      
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      2b0189b8
  5. 15 Dec, 2006 1 commit
    • unknown's avatar
      WL #3031 · dcbf6188
      unknown authored
      Yet another test result that needed to be regenerated due to new error
      messages. This test only runs via ./mysql-test-run.pl --ps-protocol --mysqld=--binlog-format=row rpl_extraCol_innodb
      
      
      dcbf6188
  6. 14 Dec, 2006 6 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M50/spec-5.0 · 8a2b3baa
      unknown authored
      into  trift2.:/MySQL/M51/spec-5.1
      
      
      support-files/mysql.spec.sh:
        SCCS merged
      8a2b3baa
    • unknown's avatar
      support-files/mysql.spec.sh · 13eeee6f
      unknown authored
          The "mysqlmanager" man page got moved from section 1 to 8.
      
      
      support-files/mysql.spec.sh:
        The "mysqlmanager" man page got moved from section 1 to 8.
      13eeee6f
    • unknown's avatar
      Merge trift2.:/MySQL/M41/spec-4.1 · d4808679
      unknown authored
      into  trift2.:/MySQL/M50/spec-5.0
      
      
      support-files/mysql.spec.sh:
        Manual merge.
      d4808679
    • unknown's avatar
      support-files/mysql.spec.sh · 007357e7
      unknown authored
          The Docs team has two new manpages for the "server" RPM: "my_print_defaults" and "mysql_tzinfo_to_sql".
      
      
      support-files/mysql.spec.sh:
        The Docs team has two new manpages for the "server" RPM: "my_print_defaults" and "mysql_tzinfo_to_sql".
      007357e7
    • unknown's avatar
      BUG #25074 · f05a59ec
      unknown authored
      mysql_upgrade test gives inconsitent results
      
      
      f05a59ec
    • unknown's avatar
      Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.1 · ba79c766
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build
      
      
      ba79c766
  7. 13 Dec, 2006 3 commits
    • unknown's avatar
      WL# 3031 · 1a95fcff
      unknown authored
      Found that the results from select had to be fixed too.
      
      
      1a95fcff
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-arch · a50e0c12
      unknown authored
      into  radha.local:/Users/patg/mysql-build/mysql-5.1-arch-clean
      
      
      mysql-test/r/federated_server.result:
        Auto merged
      mysql-test/t/federated_server.test:
        Auto merged
      a50e0c12
    • unknown's avatar
      WL #3031 · 19ab3d09
      unknown authored
      changed to test verbiage to test PB on 5.1 arch tree
      
      
      19ab3d09
  8. 12 Dec, 2006 7 commits
  9. 11 Dec, 2006 3 commits
    • unknown's avatar
      WL #3031 · 6206af42
      unknown authored
      * New result files due to new error message/error numbers
      * Fixed system_mysql_db tests to work with servers table
      * Added UTF8 charset to table defs
      
      
      mysql-test/include/system_db_struct.inc:
        WL# 3031
        
        Added servers table to inc file used in system_mysql_db* tests
      mysql-test/lib/init_db.sql:
        WL# 3031
        
        Added UTF charset to table def
      mysql-test/r/mysql.result:
        WL# 3031
        
        New result files, new error messages shifted error #s up by two
      mysql-test/r/rpl_sp.result:
        WL# 3031
        
        New result files, new error messages shifted error #s up by two
      mysql-test/r/sp.result:
        WL# 3031
        
        New result files, new error messages shifted error #s up by two
      mysql-test/r/sp_gis.result:
        WL# 3031
        
        New result files, new error messages shifted error #s up by two
      mysql-test/r/system_mysql_db.result:
        WL #3031
        
        New system_mysql_db tests required adding servers table creation. Some more
        comments in these tests would have been nice to explain what they do ;)
      mysql-test/t/system_mysql_db_fix30020.test:
        WL #3031
        
        New system_mysql_db tests required adding servers table creation. Some more
        comments in these tests would have been nice to explain what they do ;)
      mysql-test/t/system_mysql_db_fix40123.test:
        WL #3031
        
        New system_mysql_db tests required adding servers table creation. Some more
        comments in these tests would have been nice to explain what they do ;)
      mysql-test/t/system_mysql_db_fix50030.test:
        WL #3031
        
        New system_mysql_db tests required adding servers table creation. Some more
        comments in these tests would have been nice to explain what they do ;)
      scripts/mysql_create_system_tables.sh:
        WL# 3031
        
        Added utf8 charset to table def
      scripts/mysql_fix_privilege_tables.sql:
        WL# 3031
        
        Added servers table to mysql_fix_privilege_tables
      6206af42
    • unknown's avatar
      Merge mysql.com:/home/gluh/MySQL/Merge/4.1 · 1c1c35d2
      unknown authored
      into  mysql.com:/home/gluh/MySQL/Merge/4.1-opt
      
      
      1c1c35d2
    • unknown's avatar
      Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.1 · 9a084eac
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build
      
      
      9a084eac
  10. 09 Dec, 2006 4 commits
    • unknown's avatar
      WL #3031 · c60024b0
      unknown authored
      Change to test results, committing so I can clone to another box to complete merge.
      
      
      c60024b0
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-arch · 00080b90
      unknown authored
      into  govinda.patg.net:/home/patg/mysql-build/mysql-5.1-arch-wl3031-merge
      
      
      mysql-test/lib/init_db.sql:
        Auto merged
      mysql-test/r/1st.result:
        Auto merged
      mysql-test/r/connect.result:
        Auto merged
      mysql-test/r/information_schema.result:
        Auto merged
      mysql-test/r/mysql.result:
        Auto merged
      mysql-test/r/mysqlcheck.result:
        Auto merged
      mysql-test/r/show_check.result:
        Auto merged
      mysql-test/r/system_mysql_db.result:
        Auto merged
      scripts/mysql_create_system_tables.sh:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      storage/federated/ha_federated.cc:
        Auto merged
      mysql-test/r/sp.result:
        WL# 3031
        
        More fun with error codes. These error codes vary in the result files because new error codes have been added
      mysql-test/r/sp_gis.result:
        WL# 3031
        
        More fun with error codes. These error codes vary in the result files because new error codes have been added
      00080b90
    • unknown's avatar
      WL# 3031 · 715e63ae
      unknown authored
      Post-commit issues fixed
      * Test results for other tests fixed due to added error #s
      * Memory allocation/free issues found with running with valgrind
      * Fix to mysql-test-run shell script to run federated_server test (installs
      mysql.servers table properly)
      
      
      mysql-test/r/1st.result:
        WL #3031
        
        New result for 1st test
      mysql-test/r/backup.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/connect.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/information_schema.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/mysql.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/mysqlcheck.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/ndb_dd_basic.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/ndb_dd_ddl.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/select.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/show_check.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/sp.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/sp_gis.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/sp_trans.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/system_mysql_db.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/type_timestamp.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/warnings.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      mysql-test/r/xml.result:
        WL #3031
        
        Error codes differ due to addition of error codes for federated server errors (2)
        so all test results with hard-coded error #s will be off by two. New results generated.
      scripts/mysql_create_system_tables.sh:
        WL #3031
        
        Fixed old mysql-test-run.sh script to work with new mysql.servers table as reported
        by Cisco
      sql/sql_yacc.yy:
        WL# 3031
        
        OPTIONS/options must be usable as table or column name.
      storage/federated/ha_federated.cc:
        WL# 3031
        
        * Fixed allocation and free issues (warnings found with --valgrind)
        * Fixed cast issues
        * Made sure port was set accordingly
      715e63ae
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 · 9e82f299
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
      
      
      client/mysql.cc:
        Auto merged
      sql/field_conv.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      9e82f299
  11. 07 Dec, 2006 6 commits