1. 09 Apr, 2007 3 commits
  2. 08 Apr, 2007 2 commits
  3. 07 Apr, 2007 10 commits
    • unknown's avatar
      merging fix · a1576f92
      unknown authored
      
      mysql-test/r/windows.result:
        result fixed
      a1576f92
    • unknown's avatar
      after-merging fix · 3f0c44c6
      unknown authored
      
      mysql-test/r/events_trans.result:
        result fixed
      mysql-test/r/windows.result:
        merging fix
      mysql-test/t/events_trans.test:
        moved to events_trans_notembedded.test
      mysql-test/r/events_trans_notembedded.result:
        New BitKeeper file ``mysql-test/r/events_trans_notembedded.result''
      mysql-test/t/events_trans_notembedded.test:
        New BitKeeper file ``mysql-test/t/events_trans_notembedded.test''
      3f0c44c6
    • unknown's avatar
      Merge mysql.com:/home/hf/work/26074/my51-26074 · 156735bd
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-5.1-opt
      
      
      156735bd
    • unknown's avatar
      Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt · a748949d
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-5.1-opt
      
      
      sql/field.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      a748949d
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.1-opt · 023ae2a0
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-5.1-opt
      
      
      client/mysqldump.c:
        Auto merged
      mysql-test/r/rpl_packet.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/rpl_packet.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      storage/innobase/handler/ha_innodb.cc:
        Auto merged
      mysql-test/r/create.result:
        SCCS merged
      mysql-test/t/create.test:
        merging
      mysql-test/t/disabled.def:
        merging
      sql/events.cc:
        merging
      sql/sql_parse.cc:
        SCCS merged
      023ae2a0
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · be3bc128
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1
      
      
      be3bc128
    • unknown's avatar
      Merge mysql.com:/d2/hf/mrg/mysql-4.1-opt · a978d84c
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-5.0-opt
      
      
      a978d84c
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.0 · b3f9c888
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-5.0-opt
      
      
      sql/field.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      b3f9c888
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-4.1 · 2911bcd8
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-4.1-opt
      
      
      2911bcd8
    • unknown's avatar
      test temporarily disabled · 79512192
      unknown authored
      79512192
  4. 06 Apr, 2007 15 commits
  5. 05 Apr, 2007 10 commits
    • unknown's avatar
      Fix events.test failure on manu pushbuild hosts (5.1-runtime). · 93e7a470
      unknown authored
      
      sql/event_db_repository.cc:
        Fix events.test failure on many pushbuild hosts (5.1-runtime).
        Make sure that when reading mysql.event the key number matches
        the field number that we're using to read by key.
        Also, print an error in case of a handler error (to not return 
        'Unknown error' when a table is corrupted to the user).
      93e7a470
    • unknown's avatar
      A fix for events_trans.test failure on many hosts (5.1-runtime) · a06ff976
      unknown authored
      
      sql/event_data_objects.cc:
        Disable an event if its data in the table is corrupted.
      sql/events.cc:
        A fix for events_trans failure on most of the hosts.
        A better error message if the event table is old
        (don't suggest it's corrupted, it may simply have bad data).
      a06ff976
    • unknown's avatar
      3d attempt to fix information_schema.test failure on HP-UX. · dd0c20ac
      unknown authored
      Apparently it's the only platform in pushbuild where we 
      compile without openssl.
      
      
      mysql-test/r/information_schema.result:
        Update results.
      mysql-test/r/openssl_1.result:
        Update results.
      mysql-test/t/information_schema.test:
        Move the part of the test case that needs SSL support to 
        openssl_1.test
      mysql-test/t/openssl_1.test:
        Add a test case that needs SSL support.
      dd0c20ac
    • unknown's avatar
      Fix a compile failure on Windows. · 25677bdc
      unknown authored
      25677bdc
    • unknown's avatar
      Fix a compile error with LINT enabled builds. · aadfe5e7
      unknown authored
      aadfe5e7
    • unknown's avatar
      Remove a dead file. · 923d2d3a
      unknown authored
      
      BitKeeper/deleted/.del-openssl_2.result:
        Delete: mysql-test/r/openssl_2.result
      923d2d3a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · 40e17891
      unknown authored
      into  vajra.(none):/opt/local/work/mysql-5.1-c1
      
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      40e17891
    • unknown's avatar
      Post-merge and post-review fixes for the patch for · ff452d05
      unknown authored
      Bug#23631 "Events: SHOW VARIABLES doesn't work when mysql.event 
      is damaged:
      
      
      mysql-test/r/events.result:
        Update results (a post-merge fix)
      mysql-test/r/events_bugs.result:
        Update results (a post-merge fix)
      mysql-test/r/events_scheduling.result:
        Update results (a post-merge fix)
      mysql-test/t/events_scheduling.test:
        Make sure this test has no races.
      sql/event_data_objects.cc:
        Manual post-merge fix for the events replication patch.
      sql/event_data_objects.h:
        A post-merge fix.
      sql/event_db_repository.cc:
        A post-merge fix.
      sql/event_scheduler.cc:
        We should drop the event inside ::execute since there we have
        the right credentials to do so (otherwise Events::drop_event
        returns "access denied" error).
      sql/events.cc:
        A post-review fix for: rename start_or_stop_event_scheduler
        to switch_event_scheduler_state.
      sql/events.h:
        A post-review fix for: rename start_or_stop_event_scheduler
        to switch_event_scheduler_state.
      sql/set_var.cc:
        A post-review fix for: rename start_or_stop_event_scheduler
        to switch_event_scheduler_state.
      sql/sql_yacc.yy:
        Remove unused declaratoins.
      ff452d05
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · b4f1d7ba
      unknown authored
      into  siva.hindu.god:/home/tsmith/m/bk/maint/51
      
      
      mysql-test/r/information_schema.result:
        Auto merged
      b4f1d7ba
    • unknown's avatar
      bug #26074 Mysql crash creating partition · ea3afa8d
      unknown authored
      As we have unified paths inside partition engine, we should look for '/'
      as a path separator
      
      
      mysql-test/r/windows.result:
        result fixed
      mysql-test/t/windows.test:
        testcase
      sql/ha_partition.cc:
        check for '/' instead of FN_LIBCHAR
      ea3afa8d