1. 14 Dec, 2002 6 commits
    • unknown's avatar
      Fix after merge · 4381cd85
      unknown authored
      
      BitKeeper/etc/ignore:
        added libmysqld/protocol.cc
      4381cd85
    • unknown's avatar
      merge · 5a9437ac
      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
      5a9437ac
    • unknown's avatar
      Fixes for binary protocol (complement to last push) · f935c6a2
      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
      f935c6a2
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · c9fd2749
      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
      c9fd2749
    • unknown's avatar
      Adding comments as per Monty's request. · 2b29b55c
      unknown authored
      2b29b55c
    • unknown's avatar
      fix stupid error in comments to VARIANCE+STD · 19f6ad06
      unknown authored
      19f6ad06
  2. 13 Dec, 2002 5 commits
    • unknown's avatar
      Merge vvagin@work.mysql.com:/home/bk/mysql-4.1 · 29624e32
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/VARIANCE/4.1.clone
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      29624e32
    • unknown's avatar
      add VARIANCE function · e10f255d
      unknown authored
      
      mysql-test/r/func_group.result:
        add 'VARIANCE' tests
      mysql-test/r/having.result:
        add 'VARIANCE' tests
      mysql-test/r/select.result:
        add 'VARIANCE' tests
      mysql-test/t/func_group.test:
        add 'VARIANCE' tests
      mysql-test/t/having.test:
        add 'VARIANCE' tests
      mysql-test/t/select.test:
        add 'VARIANCE' tests
      sql/item.cc:
        add 'VARIANCE' sum function
      sql/item.h:
        add 'VARIANCE' sum function
      sql/item_sum.cc:
        add 'VARIANCE' sum function
      sql/item_sum.h:
        add 'VARIANCE' sum function
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e10f255d
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1 · b3d9826b
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/SOUNDS_LIKE/4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      b3d9826b
    • unknown's avatar
      add 'SOUNDS LIKE' syntax · caf1bf0a
      unknown authored
      
      Docs/manual.texi:
        add 'SOUNDS LIKE' description
      mysql-test/r/func_str.result:
        add 'SOUNDS LIKE' test
      mysql-test/t/func_str.test:
        add 'SOUNDS LIKE' test
      sql/lex.h:
        add 'SOUNDS' symbol
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      caf1bf0a
    • unknown's avatar
      Remove variables redefined and variable shutdown_event_name fix · daeed636
      unknown authored
      
      sql/mysqld.cc:
        Remove variables redefined and same fix for shutdown_event_name made by Monty on 4.0
      daeed636
  3. 12 Dec, 2002 5 commits
    • unknown's avatar
      postreview fix · 0e481109
      unknown authored
      0e481109
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · ad28b4a1
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-row-4.1
      
      
      ad28b4a1
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · aec84fd9
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      aec84fd9
    • unknown's avatar
      derived tables with UNION's ... · 657b3112
      unknown authored
      Scrum task !!!!!
      
      
      mysql-test/r/analyse.result:
        reverting a fix
      mysql-test/r/derived.result:
        derived tables with UNION's ...
      mysql-test/t/analyse.test:
        reverting a fix
      mysql-test/t/derived.test:
        derived tables with UNION's ...
      sql/mysql_priv.h:
        derived tables with UNION's ...
      sql/sql_analyse.cc:
        reverting a fix
      sql/sql_derived.cc:
        derived tables with UNION's ...
      sql/sql_lex.cc:
        derived tables with UNION's ...
      sql/sql_select.cc:
        derived tables with UNION's ...
      sql/sql_union.cc:
        derived tables with UNION's ...
      657b3112
    • unknown's avatar
      A set of improvements to the German localized error messages · 5d124b3c
      unknown authored
      
      sql/share/german/errmsg.txt:
        Improved localized error messages courtesy of Georg Richter (georg@php.net)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5d124b3c
  4. 11 Dec, 2002 12 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · a2cbf485
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-row-4.1
      
      
      a2cbf485
    • unknown's avatar
      Merge jamppa@work:/home/bk/mysql-4.1 · 4ed87263
      unknown authored
      into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.1
      
      
      4ed87263
    • unknown's avatar
    • unknown's avatar
      ba642eb8
    • unknown's avatar
      Always use latin1 for acl · a626c9ae
      unknown authored
      a626c9ae
    • unknown's avatar
    • unknown's avatar
      0ce6d181
    • unknown's avatar
      Use of new num->str functions · 9ff43be8
      unknown authored
      fix in ucs2 charset
      
      
      sql/field.cc:
        Use of new num->str functions
      sql/item_sum.cc:
        Use of new num->str functions
      strings/ctype-utf8.c:
        Fix
      9ff43be8
    • unknown's avatar
      sql/sql_string.cc@1.39 · 6cdf5c65
      unknown authored
          New num->str functions
      strings/ctype-simple.c@1.16
          New num->str functions
      strings/ctype-utf8.c@1.18
          New num->str functions
      
      
      sql/sql_string.cc:
        New num->str functions
      strings/ctype-simple.c:
        New num->str functions
      strings/ctype-utf8.c:
        New num->str functions
      6cdf5c65
    • unknown's avatar
      Preparing for charset dependant int10_to_str · c8a50df1
      unknown authored
      c8a50df1
    • unknown's avatar
      Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 · 4a817065
      unknown authored
      
      sql/field.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/procedure.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      4a817065
    • unknown's avatar
      rename of net_pkg.cc to protocol.cc · f918dfc8
      unknown authored
      Class for sending data from server to client (Protocol)
      This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
      
      
      libmysql/libmysql.c:
        Jump over reserved bits in the binary protocol
      libmysqld/Makefile.am:
        rename of net_pkg.cc to protocol.cc
      mysql-test/r/case.result:
        Fixed previously wrong test
      mysql-test/r/cast.result:
        Fixed previously wrong test
      sql/Makefile.am:
        Rename of net_pkg.cc to protocol.cc
      sql/field.cc:
        Binary protocol
        Added key handling functions for new VARCHAR type
      sql/field.h:
        New protocol
      sql/ha_berkeley.cc:
        New protocol
      sql/ha_berkeley.h:
        New protocol
      sql/ha_innodb.cc:
        New protocol
      sql/ha_myisam.cc:
        New protocol
      sql/item.cc:
        New protocol
      sql/item.h:
        New protocol
      sql/item_func.cc:
        Removed old code from 3.23
      sql/item_func.h:
        Set cached_result_type as it was previosly used before set
      sql/item_subselect.cc:
        Standard make_field() is now good enough
      sql/item_subselect.h:
        Use default make_field()
      sql/item_sum.cc:
        Clean up Item_sum::make_field()
      sql/item_sum.h:
        Use standard make_field()
      sql/item_timefunc.h:
        return correct types for casts()
        Use standard make_field()
      sql/log_event.cc:
        New protocol
      sql/log_event.h:
        New protocol
      sql/mysql_priv.h:
        Move things to protocol.h
      sql/opt_range.cc:
        Indentation cleanups + small optimization
      sql/procedure.h:
        Use MYSQL_TYPE instead of FIELD_TYPE
      sql/protocol.cc:
        Class for sending data from server to client.
        This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
      sql/repl_failsafe.cc:
        New protocol
      sql/slave.cc:
        New protocol
      sql/sql_acl.cc:
        New protocol
      sql/sql_base.cc:
        Move send_fields() to protocol.cc
      sql/sql_class.cc:
        New protocol
      sql/sql_class.h:
        New protocol
      sql/sql_db.cc:
        New protocol
      sql/sql_error.cc:
        New protocol
      sql/sql_handler.cc:
        New protocol
      sql/sql_help.cc:
        New protocol
      sql/sql_parse.cc:
        Remove wrong assert (variable was not initalized at this point)
      sql/sql_prepare.cc:
        New protocol
      sql/sql_repl.cc:
        New protocol
      sql/sql_select.cc:
        New protocol
      sql/sql_show.cc:
        New protocol
      sql/sql_string.h:
        New functions used by the protocol functions
      sql/sql_table.cc:
        New protocol
      sql/structs.h:
        Make second_part ulong to prepare for ANSI sub-seconds
      sql/time.cc:
        New convert function needed by the new protocol functions
      f918dfc8
  5. 10 Dec, 2002 9 commits
  6. 09 Dec, 2002 3 commits