1. 20 Dec, 2002 6 commits
  2. 19 Dec, 2002 16 commits
  3. 18 Dec, 2002 1 commit
    • unknown's avatar
      Spatial-related fixes · 056071fb
      unknown authored
      
      sql/item_strfunc.cc:
        spatial function's fixes
      sql/spatial.cc:
        spatial type comperations are case-independent now
      sql/sql_string.h:
        this is a bit safer
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      056071fb
  4. 17 Dec, 2002 7 commits
  5. 16 Dec, 2002 1 commit
  6. 15 Dec, 2002 5 commits
    • unknown's avatar
      moved links initialization · 8745c29b
      unknown authored
      
      mysql-test/r/delete.result:
        test of delete error
      mysql-test/t/delete.test:
        test of delete error
      8745c29b
    • unknown's avatar
      Merge vvagin@work.mysql.com:/home/bk/mysql-4.1 · 9e43068a
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/sanya_bug/4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      9e43068a
    • unknown's avatar
      adding check for duplicated symbols · 63648a06
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      63648a06
    • unknown's avatar
      fixed subselect null test · ce0db3eb
      unknown authored
      fixed method definition (overloading instead of redefinition)
      fixed time expression type definition
      
      
      mysql-test/r/subselect.result:
        test of subselect null test
      mysql-test/t/subselect.test:
        test of subselect null test
      sql/item.h:
        fixed method definition (overloading instead of redefinition)
      sql/item_subselect.h:
        fixed subselect null test
      sql/item_timefunc.cc:
        fixed time expression type definition
      ce0db3eb
    • unknown's avatar
      fixed test result · c75869cb
      unknown authored
      c75869cb
  7. 14 Dec, 2002 4 commits
    • unknown's avatar
      Fix after merge · 8dbf5c20
      unknown authored
      
      BitKeeper/etc/ignore:
        added libmysqld/protocol.cc
      8dbf5c20
    • unknown's avatar
      merge · 41c7cdb8
      unknown authored
      
      mysql-test/r/derived.result:
        Auto merged
      mysql-test/r/func_str.result:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/r/union.result:
        Auto merged
      mysql-test/t/func_str.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_subselect.cc:
        Auto merged
      sql/item_subselect.h:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/item_sum.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      41c7cdb8
    • unknown's avatar
      Fixes for binary protocol (complement to last push) · 16451f03
      unknown authored
      Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format.
      DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types.
      Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
      
      
      mysql-test/r/cast.result:
        New result for time
      mysql-test/r/delayed.result:
        Timestamp update
      mysql-test/r/derived.result:
        Fix after bulk insert change
      mysql-test/r/explain.result:
        Fix after bulk insert change
      mysql-test/r/func_date_add.result:
        Timestamp change
      mysql-test/r/func_str.result:
        Timestamp change
      mysql-test/r/func_time.result:
        Timestamp change
      mysql-test/r/innodb.result:
        Timestamp change
      mysql-test/r/join_outer.result:
        Fix after bulk insert change
      mysql-test/r/key_primary.result:
        Fix after bulk insert change
      mysql-test/r/keywords.result:
        Timestamp change
      mysql-test/r/merge.result:
        Removed warning
      mysql-test/r/odbc.result:
        Fix after bulk insert change
      mysql-test/r/range.result:
        Fix after bulk insert change
      mysql-test/r/select.result:
        Fix after bulk insert change
      mysql-test/r/subselect.result:
        Fixed EXPLAIN output
      mysql-test/r/type_datetime.result:
        Timestamp update
      mysql-test/r/type_ranges.result:
        Timestamp update
      mysql-test/r/type_timestamp.result:
        Timestamp update
      mysql-test/r/union.result:
        EXPLAIN UPDATE
      mysql-test/t/func_str.test:
        Timestamp update
      mysql-test/t/func_time.test:
        New test for interval type result
      mysql-test/t/merge.test:
        Remove warnings of wrong drop table
      mysql-test/t/type_datetime.test:
        Timestamp change
      mysql-test/t/type_timestamp.test:
        Timestamp change
      sql/field.cc:
        Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format
      sql/field.h:
        Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format
      sql/item.cc:
        Binary protocol update
      sql/item.h:
        Binary protocol update
      sql/item_func.cc:
        Added comment
      sql/item_func.h:
        @variables are always returned to the client as strings
      sql/item_timefunc.cc:
        Changed INTERVAL to return correct type
      sql/item_timefunc.h:
        Changed INTERVAL to return correct type
      sql/mysqld.cc:
        Changed default pthread_attr_setstacksize to 129K
      sql/protocol.cc:
        More type checking
      sql/set_var.cc:
        Fixed that @convert works ok with new protocol
      sql/sql_analyse.cc:
        Fixed bug in analyze
      sql/sql_class.cc:
        Fixed bug from last push in LIMIT
      sql/sql_error.cc:
        More optimal types
      sql/sql_repl.cc:
        Binary protocol changes
      sql/sql_select.cc:
        Fixed bug in multi-table-update
        Changed EXPLAIN to return NULL instead of empty strings
      sql/sql_show.cc:
        Binary protocol
      16451f03
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · d6f3d047
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      sql/sql_select.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      d6f3d047