1. 01 Apr, 2005 6 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · 58d39ce3
      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
      58d39ce3
    • unknown's avatar
      merge · 3c006835
      unknown authored
      3c006835
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0 · 379143e4
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my50
      
      379143e4
    • unknown's avatar
      Merge · 1de30ad3
      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
      1de30ad3
    • unknown's avatar
      Merge · a969f39a
      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
      a969f39a
    • unknown's avatar
      Better comment · a29d6340
      unknown authored
      a29d6340
  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 · ae4de278
      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.
      ae4de278
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · a10aef62
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      a10aef62
    • unknown's avatar
      Enabled more tests of STR_TO_DATE() · 4e5cd102
      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
      4e5cd102
    • unknown's avatar
      ndb - CSC#4927: ordered index + long pk, second half · f6dfc336
      unknown authored
      
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        ACC_LOCKREQ - element may have moved after lock request was made
      f6dfc336
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 5a542bdb
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-union_merge-4.1
      
      5a542bdb
    • unknown's avatar
      postmerge fixes · 2b7ec6c2
      unknown authored
      
      mysql-test/r/metadata.result:
        postmerge change
      sql/item.cc:
        work around about varchar in 4.1
      2b7ec6c2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 70e36909
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      70e36909
    • unknown's avatar
      merge · ec906741
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      ec906741
    • unknown's avatar
      Fix 'Bootstrap' to bypass a problem with "bk changes" by changing the... · 220ea339
      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.
      220ea339
    • unknown's avatar
      Portability fix (avoid bash-ism). · 8dc1d5bd
      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.
      8dc1d5bd