1. 01 Apr, 2005 6 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · 8af8c530
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-multi-5.0
      
      
      mysql-test/r/view.result:
        Auto merged
      sql/sql_derived.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      8af8c530
    • unknown's avatar
      merge · ec6ce015
      unknown authored
      ec6ce015
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0 · 15cf756f
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my50
      
      
      15cf756f
    • unknown's avatar
      Merge · 20add8c2
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      mysql-test/r/join_outer.result:
        Auto merged
      mysql-test/t/join_outer.test:
        Auto merged
      sql/ha_berkeley.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/ha_ndbcluster.cc:
        SCCS merged
      20add8c2
    • unknown's avatar
      Merge · cb1bdf4d
      unknown authored
      
      mysql-test/r/group_by.result:
        Auto merged
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_subselect.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        merge
      sql/item_cmpfunc.cc:
        merge
      support-files/mysql.server.sh:
        merge
      cb1bdf4d
    • unknown's avatar
      Better comment · 8ef1afba
      unknown authored
      8ef1afba
  2. 31 Mar, 2005 24 commits
  3. 30 Mar, 2005 10 commits
    • unknown's avatar
      A fix for Bug#9443 "mysql_client_test fails on linux and some solaris · f485db42
      unknown authored
      platforms": yet another issue with floating pointer comparisons.
      The fix uses the workaround with volatiles.
      
      
      sql/item_cmpfunc.cc:
        A fix for the failing mysql_client_test on some Intel platforms
        when compiled with optimization.
        We don't use -ffloat-store compileation as it may slow all
        floating point operations.
      f485db42
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 750180d2
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      750180d2
    • unknown's avatar
      Enabled more tests of STR_TO_DATE() · a593a0a7
      unknown authored
      Fixed that datetime gives warning for zero dates in traditional mode
      
      
      mysql-test/r/strict.result:
        Enabled more tests of STR_TO_DATE()
      mysql-test/t/strict.test:
        Enabled more tests of STR_TO_DATE()
      sql/field.cc:
        Fixed that datetime gives warning for zero dates in traditional mode
      sql/log_event.h:
        Fix wrong ifdef from last push
      a593a0a7
    • unknown's avatar
      ndb - CSC#4927: ordered index + long pk, second half · e12f1a44
      unknown authored
      
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        ACC_LOCKREQ - element may have moved after lock request was made
      e12f1a44
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 30c85129
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-union_merge-4.1
      
      
      30c85129
    • unknown's avatar
      postmerge fixes · 56b2de98
      unknown authored
      
      mysql-test/r/metadata.result:
        postmerge change
      sql/item.cc:
        work around about varchar in 4.1
      56b2de98
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 3d03f0ae
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      
      3d03f0ae
    • unknown's avatar
      merge · 504ab8d4
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      504ab8d4
    • unknown's avatar
      Fix 'Bootstrap' to bypass a problem with "bk changes" by changing the... · cc3cadb7
      unknown authored
      Fix 'Bootstrap' to bypass a problem with "bk changes" by changing the directory before calling the command.
      
      
      Build-tools/Bootstrap:
        Bypass a BK problem with "bk changes": It stopped delivering changeset comments when
        1) it encountered a single, unbroken line with about 1k characters  AND
        2) it was applied not to the current directory but to a named BK root directory.
        
        As 1) cannot be changed post-factum (and might happen again),
        the "bk changes" command is now preceded by a "cd $REPO".
        
        Do some renaming of variables used around the "bk changes" call to improve documentation.
      cc3cadb7
    • unknown's avatar
      Portability fix (avoid bash-ism). · 890aa5b2
      unknown authored
      
      support-files/mysql.server.sh:
        Replace a non-portable "for" loop (bash style, fails on BSD) by an equivalent "while" loop.
        Note that the "stop" method is still wrong, as it does not wait for file removal.
      890aa5b2