1. 26 Aug, 2004 14 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · fa4bafa4
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      libmysql/libmysql.c:
        Auto merged
      mysql-test/r/endspace.result:
        Auto merged
      strings/ctype-bin.c:
        Auto merged
      strings/ctype-mb.c:
        Auto merged
      fa4bafa4
    • unknown's avatar
      Portability fixes · f78bbc8c
      unknown authored
      Fixed bug in end space handle for WHERE text_column="constant"
      
      
      heap/hp_hash.c:
        Optimzations (no change of logic)
      libmysql/libmysql.c:
        Added missing casts (portability fix)
      myisam/mi_key.c:
        Changed macro to take arguments and not depend on local variables
        Simple indentation fixes ?
      mysql-test/r/connect.result:
        Added test for setting empty password
      mysql-test/r/create_select_tmp.result:
        TYPE -> ENGINE
      mysql-test/r/ctype_utf8.result:
        Combine drop's
      mysql-test/r/endspace.result:
        Added more tests to test end space behaviour
      mysql-test/r/having.result:
        Added missing DROP TABLE
      mysql-test/r/type_blob.result:
        Added more tests to ensure that fix for BLOB usage is correct
      mysql-test/r/type_timestamp.result:
        Add test from 4.0
      mysql-test/t/connect.test:
        Added test for setting empty password
      mysql-test/t/create_select_tmp.test:
        TYPE -> ENGINE
      mysql-test/t/ctype_utf8.test:
        Combine drop's
      mysql-test/t/endspace.test:
        Added more tests to test end space behaviour
      mysql-test/t/having.test:
        Added missing DROP TABLE
      mysql-test/t/type_blob.test:
        Added more tests to ensure that fix for BLOB usage is correct
      mysql-test/t/type_timestamp.test:
        Add test from 4.0
      sql/field.cc:
        Removed not used variable
        Portability fix (cast)
        Simplified Field_str::double()
        Simple indentation cleanups
      sql/field.h:
        Removed not needed class variable
      sql/item_cmpfunc.cc:
        Indentation fix
      sql/item_strfunc.cc:
        Use on stack variable for Item_str_func::val() instead of str_value.
        This makes it safe to use str_value inside the Item's val function.
        Cleaned up LEFT() usage, thanks to the above change
      sql/item_sum.cc:
        Indentation cleanups
      sql/protocol.cc:
        Added missing cast
      sql/sql_acl.cc:
        Indentatin cleanups.
        Added missing cast
        Simple optimization of get_sort()
      sql/sql_select.cc:
        Don't use 'ref' to search on text field that is not of type BINARY (use 'range' instead).
        The reson is that for 'ref' we use 'index_next_same' to read the next possible row. 
        For text fields, rows in a ref may not come in order, like for 'x', 'x\t' 'x ' (stored in this order) which causes a search for 'column='x ' to fail
      sql/tztime.cc:
        Simple cleanup
      strings/ctype-bin.c:
        Comment fixes
      strings/ctype-mb.c:
        Changed variable names for arguments
      f78bbc8c
    • unknown's avatar
      Fixed a bug in mysql.cc. Overriding password prompting · e817a9c6
      unknown authored
      by giving password as an argument later did not work.
      
      e817a9c6
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7bc178c1
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5219
      
      7bc178c1
    • unknown's avatar
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · 25c6fb93
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41
      
      25c6fb93
    • unknown's avatar
      FileLogHandler.cpp, ndb_global.h: · f5d87a08
      unknown authored
        sco and others: use PATH_MAX always
      
      
      ndb/include/ndb_global.h:
        sco and others: use PATH_MAX always
      ndb/src/common/logger/FileLogHandler.cpp:
        sco and others: use PATH_MAX always
      f5d87a08
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · ba927f9c
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5219
      
      ba927f9c
    • unknown's avatar
      ebce10c3
    • unknown's avatar
      aba96f83
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · dca371dc
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41
      
      dca371dc
    • unknown's avatar
      sco compile fix: MAXPATHLEN · c18a6ba6
      unknown authored
      c18a6ba6
    • unknown's avatar
      Fix ndb home path · 3522126c
      unknown authored
      3522126c
    • unknown's avatar
      ctype-latin1.c: · 8aee2005
      unknown authored
        Revert this change, it was done in a mistake.
      
      
      strings/ctype-latin1.c:
        Revert this change, it was done in a mistake.
      8aee2005
  2. 25 Aug, 2004 5 commits
  3. 24 Aug, 2004 21 commits