1. 01 Jul, 2002 2 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 92c98a57
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-having-4.1
      
      
      sql/item_strfunc.h:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      92c98a57
    • unknown's avatar
      subselect in having clause · 2681b06c
      unknown authored
      fixed bug in sum function in subselect
      
      
      mysql-test/r/subselect.result:
        subselect in having clause
      mysql-test/t/subselect.test:
        subselect in having clause
      sql/item.cc:
        subselect in having clause
      sql/item.h:
        subselect in having clause
      sql/item_cmpfunc.cc:
        subselect in having clause
      sql/item_cmpfunc.h:
        subselect in having clause
      sql/item_func.cc:
        subselect in having clause
      sql/item_func.h:
        subselect in having clause
      sql/item_strfunc.h:
        subselect in having clause
      sql/item_subselect.cc:
        subselect in having clause
      sql/item_subselect.h:
        subselect in having clause
      sql/item_uniq.h:
        subselect in having clause
      sql/sql_base.cc:
        subselect in having clause
      sql/sql_class.cc:
        subselect in having clause
      sql/sql_class.h:
        subselect in having clause
      sql/sql_handler.cc:
        subselect in having clause
      sql/sql_lex.cc:
        subselect in having clause
      sql/sql_lex.h:
        subselect in having clause
      sql/sql_prepare.cc:
        subselect in having clause
      sql/sql_yacc.yy:
        subselect in having clause
      2681b06c
  2. 27 Jun, 2002 3 commits
  3. 26 Jun, 2002 3 commits
    • unknown's avatar
    • unknown's avatar
      This now correctly substitutes charset to new table: · 4dcedba7
      unknown authored
      CREATE TABLE a SELECT strfunc(non_default_charset_expr)
      
      4dcedba7
    • unknown's avatar
      Several problems were fixed (mostly BLOB+charset related) · 4c10c5ed
      unknown authored
      Fixed that MyISAM were not working properly with non-8bit charsets in some cases
      CONVERT() function now works properly
      
      
      myisam/mi_unique.c:
        Fix for non-8bit charsets
      sql/field.cc:
        Initialize blobs with charset
      sql/field.h:
        Initialize blobs with charset
      sql/field_conv.cc:
        Initialize blobs with charset
      sql/item_strfunc.cc:
        CONVERT() function now has working fix_lenght_and_dec(), and it's own 
        fix_fields()
      sql/item_strfunc.h:
        CONVERT() function now has working fix_lenght_and_dec(), and it's own 
        fix_fields()
      sql/sql_select.cc:
        Fixes for BLOBs
        Fixed that wrong charset was used in some cases
      4c10c5ed
  4. 24 Jun, 2002 1 commit
    • unknown's avatar
      Database default charset now works: · 8f7d211c
      unknown authored
      CREATE DATABASE dbname DEFAULT CHARACTERSET=latin1
      
      
      sql/sql_class.cc:
        Database default charset
      sql/sql_class.h:
        Database default charset
      sql/sql_db.cc:
        Database default charset
      sql/sql_table.cc:
        Database default charset
      BitKeeper/etc/ignore:
        Added tests/client_test to the ignore list
      8f7d211c
  5. 21 Jun, 2002 2 commits
  6. 20 Jun, 2002 4 commits
  7. 19 Jun, 2002 5 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · b85d192a
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select_lex-4.1
      
      
      sql/sql_yacc.yy:
        Auto merged
      b85d192a
    • unknown's avatar
      Now it is possible to drop default charset from table: · b639f2eb
      unknown authored
      ALTER TABLE a CHARSET=DEFAULT
      
      b639f2eb
    • unknown's avatar
      Default table character set has been added: · 93a21ba6
      unknown authored
      CREATE TABLE a (field,...) TYPE=type CHARSET=cset;
      
      
      sql/handler.h:
        New flag to remember whether new table default charset 
        has been passed in ALTER TABLE
      sql/lex.h:
        New language symbol
      sql/sql_show.cc:
        Display default table charset if exists
      sql/sql_table.cc:
        Check table charset before default server charset
      sql/sql_yacc.yy:
        New create table option: default table character set
      sql/table.cc:
        Table charset
      sql/unireg.cc:
        field->charset must be initialized before. So assumes it is not NULL
      93a21ba6
    • unknown's avatar
      merged · 41842fce
      unknown authored
      
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      41842fce
    • unknown's avatar
      EXISTS type of subselect · b6edc249
      unknown authored
      more correct parameters in result creation script
      
      
      mysql-test/create-test-result:
        more correct parameters in result creation script
      mysql-test/r/subselect.result:
        test of EXISTS
      mysql-test/t/subselect.test:
        test of EXISTS
      sql/item_subselect.cc:
        EXISTS type of subselect
      sql/item_subselect.h:
        EXISTS type of subselect
      sql/sql_class.cc:
        EXISTS type of subselect
      sql/sql_class.h:
        EXISTS type of subselect
      sql/sql_yacc.yy:
        EXISTS type of subselect
      b6edc249
  8. 17 Jun, 2002 2 commits
  9. 14 Jun, 2002 4 commits
    • unknown's avatar
      sql_prepare.cc: · 8110b3f9
      unknown authored
        corrected the symlink
      
      
      libmysqld/sql_prepare.cc:
        corrected the symlink
      8110b3f9
    • unknown's avatar
      Makefile.am: · c036bb2f
      unknown authored
        Added missing sql_prepare.cc & sql_error.cc to libmysqld
      sql_error.cc, sql_prepare.cc:
        new file
      
      
      libmysqld/Makefile.am:
        Added missing sql_prepare.cc & sql_error.cc to libmysqld
      c036bb2f
    • unknown's avatar
      client_test.c: · 27254c03
      unknown authored
        Forgot to include the portable changes from previous commit
      
      
      tests/client_test.c:
        Forgot to include the portable changes from previous commit
      27254c03
    • unknown's avatar
      client_test.c: · 002e5cc2
      unknown authored
        new file
      
      'C' Test case for all prototype changes - Assert based which covers all most all scenarios
      
      002e5cc2
  10. 13 Jun, 2002 1 commit
    • unknown's avatar
      sql_list.h: · 90acd66e
      unknown authored
        One more missed fix from Windows
      
      
      sql/sql_list.h:
        One more missed fix from Windows
      90acd66e
  11. 12 Jun, 2002 3 commits
    • unknown's avatar
      mysql_priv.h: · edc96d99
      unknown authored
        Missed change from previous resolve
      
      
      sql/mysql_priv.h:
        Missed change from previous resolve
      edc96d99
    • unknown's avatar
      sql_error.cc, sql_prepare.cc: · 71d3cc2e
      unknown authored
        new file
      
        Client-server protocol 4.1 changes - Server side:
      
       * Enhanced metadata information:
          - SHOW [COUNT(*)] ERRORS [LIMIT [offset,] rows]
          - SHOW [COUNT(*)] WARNING [LIMIT [offset,] rows]
          - SHOW TABLE TYPES
          - SHOW PRIVILEGES
          - SHOW COLUMN TYPES (Not fully implemented)
      
       * Prepared execution
       * Long data handling in pieces
       * And other misc changes
      
      71d3cc2e
    • unknown's avatar
      Client-Server Protocol 4.1 changes - Client side: · ab45e606
      unknown authored
        - Support of prepared execution
        - Support of Original Table and Column names
        - Support of direct transactional API
        - And lot of misc handling
      
        (Note that, the pull will not work, unless you have the Server side changes also which will be followed by this commit)
        
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ab45e606
  12. 11 Jun, 2002 2 commits
  13. 10 Jun, 2002 4 commits
  14. 07 Jun, 2002 4 commits