1. 12 Jul, 2005 24 commits
  2. 11 Jul, 2005 16 commits
    • unknown's avatar
      Fix for gcc 4.0 (they have removed min/max operators). · 86f46a34
      unknown authored
      
      include/my_global.h:
        Fix for gcc 4.0 (they removed min/max)
      86f46a34
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · ed244881
      unknown authored
      into  mysql.com:/home/pem/work/mysql-5.0
      
      
      ed244881
    • unknown's avatar
      Post-review fix. · cc2ad349
      unknown authored
      
      sql/sql_yacc.yy:
        Added explanation to comment.
      cc2ad349
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 · b3e420b3
      unknown authored
      into  linux.site:/home/reggie/bk/mysql-5.0
      
      
      b3e420b3
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · e9f74b0a
      unknown authored
      into  mysql.com:/home/pem/work/mysql-5.0
      
      
      e9f74b0a
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6c8004f5
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/comment-5.0
      
      
      6c8004f5
    • unknown's avatar
      Added a test for glibtoolize so that the autoconf tools that come installed on... · 96035298
      unknown authored
      Added a test for glibtoolize so that the autoconf tools that come installed on OSX will work fine (so no need to replace them). 
      
      
      BUILD/autorun.sh:
        Added a test for glibtoolize. This will fix issues with compiling on OSX
      96035298
    • unknown's avatar
      cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint"... · c580293e
      unknown authored
      cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" which is undefined on QNX.
      
      
      cmd-line-utils/libedit/chared.c:
        Re-apply vva's fix:
        cmd-line-utils/libedit/chared.c@1.4, 2004-08-31 17:50:59+05:00, vva@eagle.mysql.r18.ru
          discarded using of uint because it's undefined on qnx
      c580293e
    • unknown's avatar
      Updated system_mysql_db.result after mysql.proc definition changes. · 990a97d4
      unknown authored
      
      mysql-test/r/system_mysql_db.result:
        Updated result after mysql.proc definition changes.
      990a97d4
    • unknown's avatar
      ha_archive.cc: · 313bda9e
      unknown authored
        Added cast to fix windows compile error
      
      
      sql/examples/ha_archive.cc:
        Added cast to fix windows compile error
      313bda9e
    • unknown's avatar
      field_conv.cc: · b18b97aa
      unknown authored
        Identation fix
      
      
      sql/field_conv.cc:
        Identation fix
      b18b97aa
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · eb314af4
      unknown authored
      into  mysql.com:/home/pem/work/mysql-5.0
      
      
      mysql-test/r/sp-error.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp-error.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      eb314af4
    • unknown's avatar
      sql_insert.cc: · 799299a5
      unknown authored
        Added cast to bool to fix windows compile problem
      
      
      sql/sql_insert.cc:
        Added cast to bool to fix windows compile problem
      799299a5
    • unknown's avatar
      field_conv.cc: · dce0304a
      unknown authored
        Bug#11591
        CHAR column with utf8 does not work properly
        (more chars than expected)
        do_cut_string didn't call well_formed_length,
        and copied all data, which was wrong in the
        case of multibyte character set.
      ctype_utf8.result, ctype_utf8.test:
        adding test case
      
      
      sql/field_conv.cc:
        Bug#11591
        CHAR column with utf8 does not work properly
        (more chars than expected)
        do_cut_string didn't call well_formed_length,
        and copied all data, which was wrong in the
        case of multibyte character set.
      mysql-test/t/ctype_utf8.test:
        adding test case
      mysql-test/r/ctype_utf8.result:
        adding test caser
      dce0304a
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 83772bc5
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/optimize-5.0
      
      
      sql/examples/ha_archive.h:
        Auto merged
      83772bc5
    • unknown's avatar
      Fixed 32bit issue, reworked error logic for open tables, and redid the repair... · a339be0f
      unknown authored
      Fixed 32bit issue, reworked error logic for open tables, and redid the repair table code so that it uses the extended optimize table code.
      
      
      sql/examples/ha_archive.cc:
        Fixed issue with 32bit systems giving warnings on bit shift (this is due to the fix by Jim to change to ha_rows). The error logic for opening a table was reworked after studing up on a reported issue. It has been reworked to create a share in all situations. The repair table will just have to figure everything out or toss its own error. The read only filesystem and permission denied problems were solved. Repair table code now rebuilds with the new optimize table extended code (so it no longer does the work itself).
      a339be0f