1. 26 Aug, 2005 5 commits
  2. 25 Aug, 2005 35 commits
    • unknown's avatar
      libmysqld.vcproj: · 4a226f6a
      unknown authored
        Changed spelling "Commerical" to "Commercial"
      mysqld.vcproj:
        Aligned engines with Unix version
      sql_class.cc:
        VC7 needs my_free() cast of first arg to be (gptr)
      my_global.h:
        Can't assume macro set_timespec_nsec exists if set_timespec does
      
      
      include/my_global.h:
        Can't assume macro set_timespec_nsec exists if set_timespec does
      sql/sql_class.cc:
        VC7 needs my_free() cast of first arg to be (gptr)
      VC++Files/sql/mysqld.vcproj:
        Aligned engines with Unix version
      VC++Files/libmysqld/libmysqld.vcproj:
        Changed spelling "Commerical" to "Commercial"
      4a226f6a
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-release · 80639db1
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-bug12335-release2
      
      
      80639db1
    • unknown's avatar
      Compiler error fix for ICC 8.1 · 8b3299bd
      unknown authored
      8b3299bd
    • unknown's avatar
      b4eed2b6
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · 4d051312
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0
      
      
      4d051312
    • unknown's avatar
      Revert a change that breaks (at least) all "max" builds. · bc914a47
      unknown authored
      
      mysys/Makefile.am:
        Revert a change that breaks (at least) all "max" builds: "mf_keycache.o" is needed.
      bc914a47
    • unknown's avatar
      Reverted a change that breaks "automake". · c76ad15b
      unknown authored
      
      configure.in:
        Do not use two-level entries like "sql/share", as "automake" fails on them.
      c76ad15b
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-11707 · b306b2bd
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/item_func.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      b306b2bd
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · e30cdb17
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0
      
      
      e30cdb17
    • unknown's avatar
      Reset version number in the build clone. · b93a7d11
      unknown authored
      b93a7d11
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · f5d7dca9
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0
      
      
      sql/sql_view.cc:
        Auto merged
      mysql-test/r/view.result:
        merge
      mysql-test/t/view.test:
        merge
      f5d7dca9
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-release · 5f0c3280
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
      
      
      5f0c3280
    • unknown's avatar
      mtr_process.pl: · d45a6828
      unknown authored
        Call mtr_timer_stop_all() at exit
      mtr_report.pl, mysql-test-run.pl:
        Added default/ps-protocol/embedded to abort and summary line
      mtr_timer.pl:
        Added function mtr_timer_stop_all()
      
      
      mysql-test/mysql-test-run.pl:
        Added default/ps-protocol/embedded to abort and summary line
      mysql-test/lib/mtr_timer.pl:
        Added function mtr_timer_stop_all()
      mysql-test/lib/mtr_report.pl:
        Added default/ps-protocol/embedded to abort and summary line
      mysql-test/lib/mtr_process.pl:
        Call mtr_timer_stop_all() at exit
      d45a6828
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8a8070bb
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/mysql-5.0-sp11333
      
      
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      8a8070bb
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · a69c3ef5
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-bug12335-release2
      
      
      a69c3ef5
    • unknown's avatar
      BUG#12335: merging: temporarily removed a test case that demonstrates wrong... · b8cf4e65
      unknown authored
      BUG#12335: merging: temporarily removed a test case that demonstrates wrong behaviour and does it in non-deterministic way.
      
      
      
      b8cf4e65
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · f4ddcfee
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/mysql-5.0-sp11333
      
      
      f4ddcfee
    • unknown's avatar
      ha_innodb.cc: · 0f94385b
      unknown authored
        Fix typo
      
      
      sql/ha_innodb.cc:
        Fix typo
      0f94385b
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · 08b8f648
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-bug12335-release2
      
      
      sql/lex.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      08b8f648
    • unknown's avatar
      Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. · 8a5e5274
      unknown authored
      "Interleaved SPs execution is now binlogged properly, "SELECT spfunc()" is binlogged too.
      The known remaining issue is binlogging/replication of "a routine is deleted while it is executed" scenario.
      
      
      mysql-test/r/rpl_sp.result:
        Fix for BUG#12335: updated test cases/results
      mysql-test/t/rpl_sp.test:
        Fix for BUG#12335: updated test cases/results
      sql/item.cc:
        Fix for BUG#12335 (SP replication): 
         - Added Item_name_const 'function'
         - Addede 'delete reuse' to call dtor on item reuse
      sql/item.h:
        Fix for BUG#12335 (SP replication) : Added Item_name_const 'function' + code cleanup
      sql/item_create.cc:
         Fix for BUG#12335 (SP replication) : Added Item_name_const 'function'
      sql/item_create.h:
         Fix for BUG#12335 (SP replication) : Added Item_name_const 'function'
      sql/item_func.cc:
        Fix for BUG#12335 (SP replication) : binary log is now constrolled from within execute_function.
      sql/lex.h:
        Fix for BUG#12335 (SP replication) : Added Item_name_const 'function'
      sql/log.cc:
        Fix for BUG#12335 (SP replication) : Added MYSQL_LOG::{start|stop}_union_events to allow
        one to temporary disable binlogging but collect a 'union' information about binlog write
        calls.
      sql/mysql_priv.h:
        Fix for BUG#12335 (SP replication)
      sql/sp_head.cc:
        Fix for BUG#12335 (SP replication) : Now we use different SP binlogging strategy, grep for 
        StoredRoutinesBinlogging for details
      sql/sp_head.h:
        Comments added
      sql/sp_pcontext.h:
        Comments added
      sql/sp_rcontext.h:
        Comments added
      sql/sql_class.cc:
        Fix for BUG#12335 (SP replication) : Now we use different SP binlogging strategy, grep for 
        StoredRoutinesBinlogging for details
      sql/sql_class.h:
        Fix for BUG#12335 (SP replication) : Added MYSQL_LOG::{start|stop}_union_events to allow
        one to temporary disable binlogging but collect a 'union' information about binlog write
        calls.
      sql/sql_delete.cc:
        Fix for BUG#12335: check THD::query_str_binlog_unsuitable when writing to binlog.
      sql/sql_insert.cc:
        Fix for BUG#12335: check THD::query_str_binlog_unsuitable when writing to binlog.
      sql/sql_lex.cc:
        Fix for BUG#12335 (SP replication): Add ability to extract previous returned token from
        the tokenizer.
      sql/sql_lex.h:
        Fix for BUG#12335 (SP replication): Add ability to extract previous returned token from
        the tokenizer.
      sql/sql_parse.cc:
        Fix for BUG#12335 (SP replication) : Now we use different SP binlogging strategy, grep for 
        StoredRoutinesBinlogging for details
      sql/sql_update.cc:
        Fix for BUG#12335: check THD::query_str_binlog_unsuitable when writing to binlog.
      sql/sql_yacc.yy:
        Fix for BUG#12335 (SP replication) : When creating Item_splocal, remember where it is located
        in the query.
      8a5e5274
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · 077c8420
      unknown authored
      into mysql.com:/M50/mysql-5.0
      
      
      077c8420
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · f92f1312
      unknown authored
      into mysql.com:/M50/mysql-5.0
      
      
      f92f1312
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · da7a46ad
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/mysql-5.0-sp11333
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/sp_head.cc:
        manual merge
      da7a46ad
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4f533ecc
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-5.0-push
      
      
      4f533ecc
    • unknown's avatar
      Merge eel.(none):/home/jonas/src/mysql-5.0 · 59bd41ed
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-5.0-push
      
      
      59bd41ed
    • unknown's avatar
      Fix Bug#11333 "Stored Procedure: Memory blow up on repeated SELECT ... INTO query" · d29df564
      unknown authored
      
      mysql-test/r/sp.result:
        update result
      mysql-test/t/sp.test:
        Add test for Bug #11333 "Stored Procedure: Memory blow up on repeated SELECT ... INTO query"
      sql/item.cc:
        we should call destructors for Items before reuse
      sql/item.h:
        Add new method and constructor for Item_string.
      sql/sp_head.cc:
        String allocation should be done on the system heap for now.
      d29df564
    • unknown's avatar
      Merge eel.(none):/home/jonas/src/mysql-4.1 · 381dedcb
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-5.0
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        merge
      381dedcb
    • unknown's avatar
      bug#12027 - ndb · 58e57625
      unknown authored
        When detecting corrupt schema file.
        Make sure to close it (as it will be opened later when rewriting a clean copy)
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        bug#12027 
          When detecting corrupt schema file.
          Make sure to close it (as it will be opened later when rewriting a clean copy)
      58e57625
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8ff1361d
      unknown authored
      into  127.(none):/home/osku/mysql-5.0-2
      
      
      8ff1361d
    • unknown's avatar
      config: · 7887d8b8
      unknown authored
        updated tomas default checkout
      
      
      BitKeeper/etc/config:
        updated tomas default checkout
      7887d8b8
    • unknown's avatar
      f1ecbe62
    • unknown's avatar
      Manual merge - no change. · 1f9f1229
      unknown authored
      1f9f1229
    • unknown's avatar
      00b9916a
    • unknown's avatar
      Manual merge - no change. · 2acb74a9
      unknown authored
      
      Makefile.am:
        Manual merge from 4.1 - change is already present, as 4.1 had a backport.
      2acb74a9
    • unknown's avatar
      Make test predictable · 8bd9992e
      unknown authored
      
      mysql-test/r/information_schema.result:
        Ensure that rows are in given order
      mysql-test/t/information_schema.test:
        Ensure that rows are in given order
      8bd9992e