1. 01 Apr, 2005 2 commits
    • 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 14 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
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 9d5c93bc
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      mysql-test/r/ps_7ndb.result:
        Auto merged
      9d5c93bc
    • unknown's avatar
      Fixed BUG#6600: Stored procedure crash after repeated calls with check table. · 66b71ca3
      unknown authored
        Sedond attempt: Simply disallow CHECK in SPs, since it can't work.
      
      
      mysql-test/r/sp-error.result:
        New test cast for BUG#6600
      mysql-test/r/sp.result:
        Removed old test case for BUG#6600
      mysql-test/t/sp-error.test:
        New test cast for BUG#6600
      mysql-test/t/sp.test:
        Removed old test case for BUG#6600
      sql/share/errmsg.txt:
        Made the SP bad statement error message more general.
      sql/sp_head.cc:
        CHECK is not possible in stored procedures.
      sql/sql_parse.cc:
        Undid attempt to fix CHECK in stored procedures, it didn't work.
      sql/sql_yacc.yy:
        CHECK is not possible in stored procedures.
        (And updated error messages for LOCK/UNLOCK.)
      66b71ca3
    • unknown's avatar
      after merge fix/ · 3a44dcd1
      unknown authored
      3a44dcd1