1. 02 Sep, 2002 1 commit
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · 1a724675
      unknown authored
      into bisonxp.(none):/home/hf/work/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/item.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_handler.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      1a724675
  2. 28 Aug, 2002 2 commits
  3. 26 Aug, 2002 1 commit
  4. 24 Aug, 2002 1 commit
  5. 22 Aug, 2002 5 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · a249f63d
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-4.1
      
      a249f63d
    • unknown's avatar
      removed accidentally pushed file · 3aed6962
      unknown authored
      
      BitKeeper/deleted/.del-sql_select.h.rej~9724e7a9d86d9f54:
        Delete: sql/sql_select.h.rej
      3aed6962
    • unknown's avatar
      Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 · 88af0e85
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.dyn
      
      88af0e85
    • unknown's avatar
      Stupid bug fixes in sql_yacc.cc · f424c8fc
      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
      f424c8fc
    • unknown's avatar
      Spatial code cleanup · 4b56f9b4
      unknown authored
      4b56f9b4
  6. 21 Aug, 2002 1 commit
  7. 15 Aug, 2002 2 commits
  8. 14 Aug, 2002 2 commits
    • unknown's avatar
      More readable output · 6ba071c4
      unknown authored
      6ba071c4
    • unknown's avatar
      Fix · 639eafe4
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      639eafe4
  9. 08 Aug, 2002 1 commit
    • unknown's avatar
      server-key.pem regenerated · 11498da7
      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
      11498da7
  10. 06 Aug, 2002 4 commits
  11. 05 Aug, 2002 2 commits
  12. 03 Aug, 2002 2 commits
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · b2c46c3c
      unknown authored
      into bisonxp.(none):/home/hf/work/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      libmysqld/lib_sql.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      b2c46c3c
    • unknown's avatar
      Some updates to the logging section. · 7617ce08
      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
      7617ce08
  13. 31 Jul, 2002 2 commits
  14. 30 Jul, 2002 5 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 01da03e0
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-subselect-4.1
      
      01da03e0
    • unknown's avatar
      fixed bug reported by Walrus & Miguel in exists subselect · 07c1f3db
      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
      07c1f3db
    • unknown's avatar
      Removed unused strucure · e801f5ca
      unknown authored
      Some fixes and improvements
      
      e801f5ca
    • unknown's avatar
      Renamed some charset related constant · a20d725e
      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
      a20d725e
    • unknown's avatar
      move _print_charset to proper place · 375c57e9
      unknown authored
      375c57e9
  15. 29 Jul, 2002 1 commit
  16. 20 Jul, 2002 1 commit
  17. 12 Jul, 2002 1 commit
  18. 11 Jul, 2002 1 commit
    • unknown's avatar
      Found bugs fixed · 4f295852
      unknown authored
      
      libmysqld/lib_sql.cc:
        This would be more correct
      sql/item.cc:
        This error not to be exposed
      sql/item_strfunc.cc:
        We don't want login/password stuff in Embedded Library
      sql/sql_select.cc:
        This error not to be exposed
      sql/sql_table.cc:
        Usual changes here
      4f295852
  19. 10 Jul, 2002 1 commit
  20. 09 Jul, 2002 2 commits
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · ad0fc88a
      unknown authored
      into bisonxp.(none):/home/hf/work/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/mysql_priv.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_handler.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      ad0fc88a
    • unknown's avatar
      Minor fixes · 2b6b7d30
      unknown authored
      
      libmysqld/lib_sql.cc:
        Working when LIMIT is on
      sql/sql_handler.cc:
        Usual fix to handle embedded case properly
      sql/sql_select.cc:
        Usual fix to handle embedded case properly
      sql/sql_table.cc:
        Usual fix to handle embedded case properly
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2b6b7d30
  21. 05 Jul, 2002 1 commit
  22. 03 Jul, 2002 1 commit