1. 10 Mar, 2006 3 commits
    • unknown's avatar
      BUG#15101 SYSDATE() disregards SET TIMESTAMP. · 6d9a1ae7
      unknown authored
         After the ChangeSet 1.1892.20.1 2005/08/24 (Bug #12562) SYSDATE() is not an alias
         of NOW() and is unsafe for replication.
         `SYSDATE()' backward compatible aliasing clashes with the idea #12562 
         fix. To make it safe-replicatable we have to either use RBR or to restore
         the pre-5.0 style.
         --sysdate-is-now command line flag was introduced to provide backward compatibility.
      
      
      sql/mysqld.cc:
        New option to force SYSDATE's backward compatible with 4.1 aliasing to NOW (not default)
      sql/sql_class.h:
        new slot to fill at init time and check at parse
      sql/sql_yacc.yy:
        calling NOW's branches when --sysdate-is-now
      mysql-test/r/sysdate_is_now.result:
        New BitKeeper file ``mysql-test/r/sysdate_is_now.result''
      mysql-test/t/sysdate_is_now-master.opt:
        New BitKeeper file ``mysql-test/t/sysdate_is_now-master.opt''
      mysql-test/t/sysdate_is_now.test:
        New BitKeeper file ``mysql-test/t/sysdate_is_now.test''
      6d9a1ae7
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 44a38121
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.0
      
      44a38121
    • unknown's avatar
      This patch does 1) fix my build breakage 2) Complete the removal of all... · e9f80a4a
      unknown authored
      This patch does 1) fix my build breakage  2) Complete the removal of all symbols which could clash with another parser. 
      
      
      sql/mysql_priv.h:
        Porting update
      sql/mysqld.cc:
        Porting update
      sql/sp.cc:
        Porting update
      sql/sql_lex.cc:
        Porting update
      sql/sql_lex.h:
        Porting update
      sql/sql_parse.cc:
        Porting update
      sql/sql_prepare.cc:
        Portinng update
      sql/sql_trigger.cc:
        Porting update
      sql/sql_view.cc:
        Porting update
      e9f80a4a
  2. 09 Mar, 2006 5 commits
  3. 08 Mar, 2006 8 commits
  4. 07 Mar, 2006 9 commits
  5. 06 Mar, 2006 15 commits
    • unknown's avatar
      after merge · b53b7432
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        tests depend on umask
      b53b7432
    • unknown's avatar
      Fix typo · 73be23bd
      unknown authored
      
      client/mysqltest.c:
        Fix typo, add extra "s"
      73be23bd
    • unknown's avatar
      Revert · 60a12af7
      unknown authored
      
      mysql-test/lib/mtr_misc.pl:
        Revert change to outpout exe path and name in win format
      60a12af7
    • unknown's avatar
      Remove unused var · e289f394
      unknown authored
      Reduce code
      
      
      client/mysqltest.c:
        Remove the "cmd" variable in do_sleep, left unintentionaly after merge
        Implement the same elegeant solution to fund the command name in do_modify_ar
      e289f394
    • unknown's avatar
      compilation fixes · 5149916a
      unknown authored
      
      BitKeeper/etc/ignore:
        Added include/openssl to the ignore list
      5149916a
    • unknown's avatar
      Win fixes · 0b4e062b
      unknown authored
       - Use tmp sh file both in system and popen 
      
      
      client/mysqltest.c:
        Introduce common functions to handle unix emulation on windows using a temporary sh file.
        Use it both in my_popen and my_system.
      mysql-test/r/mysqltest.result:
        Update test result
      mysql-test/t/mysqltest.test:
        Fix "windows paths" in three places that doesn't automatically get fixed
        Uset the output file mysqltest.sql instead of con.sql as con is not an allowed filename on Windows
        Use system for util functions
      0b4e062b
    • unknown's avatar
      Use grep instead of egrep · bb209d14
      unknown authored
      Use system inestad of exec
      
      
      mysql-test/t/trigger-grant.test:
        Use "system" instead of exec for system admin tasks
        No need to use "egrep", changing to "grep"
      bb209d14
    • unknown's avatar
      merged · 28034d38
      unknown authored
      
      mysql-test/t/kill.test:
        Auto merged
      28034d38
    • unknown's avatar
      merged · 88941dca
      unknown authored
      88941dca
    • unknown's avatar
      301921b8
    • unknown's avatar
      Merge mysql.com:/home/hf/work/mysql-5.0.15745 · a6952a1d
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.0.mrg
      
      a6952a1d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · cf471416
      unknown authored
      into  zippy.(none):/home/cmiller/work/mysql/mysql-5.0.19-tbr
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      cf471416
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · d0c29c34
      unknown authored
      into  zippy.(none):/home/cmiller/work/mysql/mysql-5.0.19-tbr
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      d0c29c34
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 921e0512
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      921e0512
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 83aac24b
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      83aac24b