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). · f7ddb9c6
      unknown authored
      
      include/my_global.h:
        Fix for gcc 4.0 (they removed min/max)
      f7ddb9c6
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 022f5d18
      unknown authored
      into  mysql.com:/home/pem/work/mysql-5.0
      
      022f5d18
    • unknown's avatar
      Post-review fix. · 3839c5a7
      unknown authored
      
      sql/sql_yacc.yy:
        Added explanation to comment.
      3839c5a7
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 · 01f6685a
      unknown authored
      into  linux.site:/home/reggie/bk/mysql-5.0
      
      01f6685a
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 327d2726
      unknown authored
      into  mysql.com:/home/pem/work/mysql-5.0
      
      327d2726
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · c596a8b7
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/comment-5.0
      
      c596a8b7
    • unknown's avatar
      Added a test for glibtoolize so that the autoconf tools that come installed on... · c75f9607
      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
      c75f9607
    • unknown's avatar
      cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint"... · abfa27f7
      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
      abfa27f7
    • unknown's avatar
      Updated system_mysql_db.result after mysql.proc definition changes. · 840ba06a
      unknown authored
      
      mysql-test/r/system_mysql_db.result:
        Updated result after mysql.proc definition changes.
      840ba06a
    • unknown's avatar
      ha_archive.cc: · 0685ab37
      unknown authored
        Added cast to fix windows compile error
      
      
      sql/examples/ha_archive.cc:
        Added cast to fix windows compile error
      0685ab37
    • unknown's avatar
      field_conv.cc: · 61024c42
      unknown authored
        Identation fix
      
      
      sql/field_conv.cc:
        Identation fix
      61024c42
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 3a580871
      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
      3a580871
    • unknown's avatar
      sql_insert.cc: · f9645afd
      unknown authored
        Added cast to bool to fix windows compile problem
      
      
      sql/sql_insert.cc:
        Added cast to bool to fix windows compile problem
      f9645afd
    • unknown's avatar
      field_conv.cc: · 74e463e6
      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
      74e463e6
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · c78fb078
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/optimize-5.0
      
      
      sql/examples/ha_archive.h:
        Auto merged
      c78fb078
    • unknown's avatar
      Fixed 32bit issue, reworked error logic for open tables, and redid the repair... · ce07a307
      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).
      ce07a307