1. 28 Sep, 2002 1 commit
    • unknown's avatar
      fixed bug in string & date types with group function in subselect · c9a2b589
      unknown authored
      
      mysql-test/r/subselect.result:
        test suite of string & date types with group function in subselects
      mysql-test/t/subselect.test:
        test suite of string & date types with group function in subselects
      sql/item_subselect.cc:
        fixed bug in string type with group function
      sql/item_subselect.h:
        fixed bug in string type with group function
      sql/sql_class.cc:
        fixed bug in date type with group function
      c9a2b589
  2. 27 Sep, 2002 1 commit
  3. 26 Sep, 2002 1 commit
    • unknown's avatar
      new EXPLAIN · 9396cc5a
      unknown authored
      fixed bug in mysql-test/create-test-result
      fixed bug in union-subselect engine
      
      
      mysql-test/create-test-result:
        fixed bug in reject file name assembling
      mysql-test/r/compare.result:
        new EXPLAIN
      mysql-test/r/create.result:
        new EXPLAIN
      mysql-test/r/distinct.result:
        new EXPLAIN
      mysql-test/r/explain.result:
        new EXPLAIN
      mysql-test/r/group_by.result:
        new EXPLAIN
      mysql-test/r/heap.result:
        new EXPLAIN
      mysql-test/r/heap_btree.result:
        new EXPLAIN
      mysql-test/r/heap_hash.result:
        new EXPLAIN
      mysql-test/r/innodb.result:
        new EXPLAIN
      mysql-test/r/join_outer.result:
        new EXPLAIN
      mysql-test/r/key_diff.result:
        new EXPLAIN
      mysql-test/r/key_primary.result:
        new EXPLAIN
      mysql-test/r/merge.result:
        new EXPLAIN
      mysql-test/r/myisam.result:
        new EXPLAIN
      mysql-test/r/null_key.result:
        new EXPLAIN
      mysql-test/r/odbc.result:
        new EXPLAIN
      mysql-test/r/order_by.result:
        new EXPLAIN
      mysql-test/r/range.result:
        new EXPLAIN
      mysql-test/r/select.result:
        new EXPLAIN
      mysql-test/r/subselect.result:
        new EXPLAIN
      mysql-test/r/type_datetime.result:
        new EXPLAIN
      mysql-test/r/union.result:
        new EXPLAIN
      mysql-test/r/user_var.result:
        new EXPLAIN
      mysql-test/r/varbinary.result:
        new EXPLAIN
      mysql-test/t/subselect.test:
        new EXPLAIN
      mysql-test/t/union.test:
        new EXPLAIN
      sql/mysql_priv.h:
        new EXPLAIN
      sql/sql_class.cc:
        new EXPLAIN
      sql/sql_class.h:
        new EXPLAIN
      sql/sql_derived.cc:
        new EXPLAIN
      sql/sql_lex.h:
        new EXPLAIN
      sql/sql_parse.cc:
        new EXPLAIN
      sql/sql_select.cc:
        new EXPLAIN
      sql/sql_union.cc:
        fixed bug in subselect-UNION engine
      sql/table.h:
        new EXPLAIN
      9396cc5a
  4. 03 Sep, 2002 2 commits
    • unknown's avatar
      merged · 9dea4a4c
      unknown authored
      
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_subselect.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_select.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      9dea4a4c
    • unknown's avatar
      subselect with union · 3fbcafea
      unknown authored
      new error handling
      Item_ref bug fixed
      
      
      include/mysql_com.h:
        new error handling
        query cache pointer description
      mysql-test/r/distinct.result:
        new result's after Monty's bug fixing
      mysql-test/r/subselect.result:
        subselect with union test
      mysql-test/t/subselect.test:
        subselect with union test
      sql/item.cc:
        subselect with union
        Item_ref bug fixed
      sql/item_cmpfunc.cc:
        Monty's bug fixing
      sql/item_subselect.cc:
        TODO changing
        subselect with union
      sql/item_subselect.h:
        subselect with union
      sql/mysql_priv.h:
        Item_ref bug fixed
      sql/mysqld.cc:
        new error handling
      sql/net_pkg.cc:
        new error handling
      sql/net_serv.cc:
        new error handling
      sql/sql_base.cc:
        Item_ref bug fixed
      sql/sql_class.cc:
        new error handling
      sql/sql_class.h:
        new error handling
      sql/sql_derived.cc:
        subselect with union
      sql/sql_insert.cc:
        new error handling (only with mysql_select now)
      sql/sql_lex.cc:
        subselect with union
      sql/sql_lex.h:
        subselect with union
      sql/sql_parse.cc:
        new error handling
      sql/sql_select.cc:
        new error handling
        subselect with union
        removed thd->where=0 hack
      sql/sql_select.h:
        subselect with union
      sql/sql_union.cc:
        subselect with union
      sql/sql_update.cc:
        new error handling (only with mysql_select now)
      sql/sql_yacc.yy:
        subselect with union
      3fbcafea
  5. 28 Aug, 2002 2 commits
  6. 26 Aug, 2002 1 commit
  7. 24 Aug, 2002 1 commit
  8. 22 Aug, 2002 5 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 029dc2b3
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-4.1
      
      
      029dc2b3
    • unknown's avatar
      removed accidentally pushed file · 2077c986
      unknown authored
      
      BitKeeper/deleted/.del-sql_select.h.rej~9724e7a9d86d9f54:
        Delete: sql/sql_select.h.rej
      2077c986
    • unknown's avatar
      Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 · a18cac66
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.dyn
      
      
      a18cac66
    • unknown's avatar
      Stupid bug fixes in sql_yacc.cc · 56e866ae
      unknown authored
      New class Item_func_set_collation()
      Fixed that "SELECT CONVERT(expr USING charset) GROUP BY 1" was not working
      New COLLATION syntax:  <expr> COLLATE latin1 
      
      
      mysql-test/r/ctype_many.result:
        New test slot has been added
      mysql-test/t/ctype_many.test:
        New test slot has been added
      sql/item_strfunc.cc:
        "SELECT CONVERT(expr USING another_charset) GROUP BY 1"  was not working as expected
        New Item_func_set_collation class
      sql/item_strfunc.h:
        "SELECT CONVERT(expr USING another_charset) GROUP BY 1"  was not working as expected
        New Item_func_set_collation class
      sql/lex.h:
        New keyword
      sql/sql_yacc.yy:
        Stupid bug fixes
        COLLATION syntax
      56e866ae
    • unknown's avatar
      Spatial code cleanup · d1a7eea8
      unknown authored
      d1a7eea8
  9. 21 Aug, 2002 1 commit
  10. 15 Aug, 2002 2 commits
  11. 14 Aug, 2002 2 commits
    • unknown's avatar
      More readable output · 91ff2ebe
      unknown authored
      91ff2ebe
    • unknown's avatar
      Fix · 8223915c
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8223915c
  12. 08 Aug, 2002 1 commit
    • unknown's avatar
      server-key.pem regenerated · 7b2ac573
      unknown authored
      server-cert.pem	regenerated
      client-key.pem	regenerated
      client-cert.pem	regenerated
      cacert.pem	regenerated
      sslopt-case.h	changed optarg to argument, decomment --ssl-key
      
      
      include/sslopt-case.h:
        changed optarg to argument, decomment --ssl-key
      SSL/cacert.pem:
        regenerated
      SSL/client-cert.pem:
        regenerated
      SSL/client-key.pem:
        regenerated
      SSL/server-cert.pem:
        regenerated
      SSL/server-key.pem:
        regenerated
      7b2ac573
  13. 06 Aug, 2002 4 commits
  14. 05 Aug, 2002 2 commits
  15. 03 Aug, 2002 1 commit
    • unknown's avatar
      Some updates to the logging section. · d313a26b
      unknown authored
      
      Docs/manual.texi:
        Worked on the logging section.
        Reworded some sentences
        Fixed a broken table
        Removed extraneous '!'s
        Removed extraneous ','s
        'file name' and 'filename' are used interchangeably but they should be consistent--
        so I changed some 'file name' occurances to 'filename'.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d313a26b
  16. 31 Jul, 2002 2 commits
  17. 30 Jul, 2002 5 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 36e7a9d7
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-subselect-4.1
      
      
      36e7a9d7
    • unknown's avatar
      fixed bug reported by Walrus & Miguel in exists subselect · f0f5a892
      unknown authored
      
      mysql-test/r/subselect.result:
        added test suite of EXISTS clause
      mysql-test/t/subselect.test:
        added test suite of EXISTS clause
      sql/item_subselect.cc:
        added checking out of memory
        fixed bug in exists subselect
      f0f5a892
    • unknown's avatar
      Removed unused strucure · 08047dcc
      unknown authored
      Some fixes and improvements
      
      
      08047dcc
    • unknown's avatar
      Renamed some charset related constant · fcaf867b
      unknown authored
      New fields in CHARSET_INFO for more nice SHOW CHARACTER SET
      Dynamic charsets are now handled in faster way
      SHOW CHARACTER SET now displays not only compiled charsets but dynamic charsets too
      
      
      include/m_ctype.h:
        Renamed constant
        New fields in CHARSET_INFO
      include/my_sys.h:
        Constant have been moved to m_ctype.h
      libmysqld/lib_sql.cc:
        Renamed constant
      mysys/charset.c:
        Dynamic charsets are now handled in new way to speedup things
      mysys/test_charset.c:
        Renamed constant
      sql/mysqld.cc:
        Renamed constant
      sql/sql_show.cc:
        SHOW CHARACTER SET now displays not only compiled charsets but dynamic charsets too
      strings/ctype.c:
        New fields in CHARSET_INFO
      fcaf867b
    • unknown's avatar
      move _print_charset to proper place · ebdc990b
      unknown authored
      ebdc990b
  18. 29 Jul, 2002 1 commit
  19. 20 Jul, 2002 1 commit
  20. 12 Jul, 2002 1 commit
  21. 10 Jul, 2002 1 commit
  22. 05 Jul, 2002 1 commit
  23. 03 Jul, 2002 1 commit