1. 26 Jun, 2002 1 commit
    • unknown's avatar
      Several problems were fixed (mostly BLOB+charset related) · 1ff701ee
      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
      1ff701ee
  2. 24 Jun, 2002 1 commit
    • unknown's avatar
      Database default charset now works: · 96991914
      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
      96991914
  3. 21 Jun, 2002 2 commits
  4. 20 Jun, 2002 4 commits
  5. 19 Jun, 2002 5 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 78c4d839
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select_lex-4.1
      
      
      sql/sql_yacc.yy:
        Auto merged
      78c4d839
    • unknown's avatar
      Now it is possible to drop default charset from table: · 83dfb9f8
      unknown authored
      ALTER TABLE a CHARSET=DEFAULT
      
      
      83dfb9f8
    • unknown's avatar
      Default table character set has been added: · e38f8e8c
      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
      e38f8e8c
    • unknown's avatar
      merged · 6e04a0c8
      unknown authored
      
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      6e04a0c8
    • unknown's avatar
      EXISTS type of subselect · c6a2ae17
      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
      c6a2ae17
  6. 17 Jun, 2002 2 commits
  7. 14 Jun, 2002 4 commits
    • unknown's avatar
      sql_prepare.cc: · e19b2382
      unknown authored
        corrected the symlink
      
      
      libmysqld/sql_prepare.cc:
        corrected the symlink
      e19b2382
    • unknown's avatar
      Makefile.am: · a40a485b
      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
      a40a485b
    • unknown's avatar
      client_test.c: · 450006e6
      unknown authored
        Forgot to include the portable changes from previous commit
      
      
      tests/client_test.c:
        Forgot to include the portable changes from previous commit
      450006e6
    • unknown's avatar
      client_test.c: · 7fb7a8f2
      unknown authored
        new file
      
      'C' Test case for all prototype changes - Assert based which covers all most all scenarios
      
      
      7fb7a8f2
  8. 13 Jun, 2002 1 commit
    • unknown's avatar
      sql_list.h: · 1fac9fec
      unknown authored
        One more missed fix from Windows
      
      
      sql/sql_list.h:
        One more missed fix from Windows
      1fac9fec
  9. 12 Jun, 2002 3 commits
    • unknown's avatar
      mysql_priv.h: · 25a38bb9
      unknown authored
        Missed change from previous resolve
      
      
      sql/mysql_priv.h:
        Missed change from previous resolve
      25a38bb9
    • unknown's avatar
      sql_error.cc, sql_prepare.cc: · 6cdebb33
      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
      
      
      6cdebb33
    • unknown's avatar
      Client-Server Protocol 4.1 changes - Client side: · 049a8386
      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
      049a8386
  10. 11 Jun, 2002 2 commits
  11. 10 Jun, 2002 4 commits
  12. 07 Jun, 2002 6 commits
    • unknown's avatar
      .del-makefile2.w32: · 454712d2
      unknown authored
        Rename: BitKeeper/deleted/.del-makefile.w32 -> BitKeeper/deleted/.del-makefile2.w32
      
      
      BitKeeper/deleted/.del-makefile2.w32:
        Rename: BitKeeper/deleted/.del-makefile.w32 -> BitKeeper/deleted/.del-makefile2.w32
      454712d2
    • unknown's avatar
      temporary preventing subselect in HAVING clause · b0c1e004
      unknown authored
      b0c1e004
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · c06575e4
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select_lex-4.1
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      c06575e4
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · 016fe788
      unknown authored
      into gw.udmsearch.izhnet.ru:/usr/home/ram/mysql-4.1
      
      
      016fe788
    • unknown's avatar
      check_one_rb_key() func · 6d289303
      unknown authored
      6d289303
    • unknown's avatar
      Charset of any string field now can be specified during CREATE TABLE · 6c2dcd86
      unknown authored
      
      mysql-test/r/alter_table.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/create.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/fulltext.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/innodb.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/merge.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/select.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/show_check.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/symlink.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/type_blob.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      mysql-test/r/type_ranges.result:
        Fix test result according to new SHOW CREATE TABLE and SHOW FIELDS
      sql/field.cc:
        New format for string fields in SHOW CREATE TABLE and SHOW FIELDS
      sql/mysql_priv.h:
        pass charset
      sql/sql_parse.cc:
        QQ is now fixed :)
      sql/sql_yacc.yy:
        New format for string fields in SHOW CREATE TABLE and SHOW FIELDS
      6c2dcd86
  13. 06 Jun, 2002 1 commit
  14. 05 Jun, 2002 4 commits
    • unknown's avatar
      post-merged fixing · 4a1dec3d
      unknown authored
      4a1dec3d
    • unknown's avatar
      fixing after mergin · 05bb861b
      unknown authored
      05bb861b
    • unknown's avatar
      merged · 954a0583
      unknown authored
      
      sql/item.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      954a0583
    • unknown's avatar
      configure.in: · cb27688b
      unknown authored
        changed version number
      
      
      cb27688b