1. 12 Aug, 2004 14 commits
  2. 11 Aug, 2004 12 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · e2138003
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      e2138003
    • unknown's avatar
      bug fixed: when inited=0, can_be_used should be 0 too. (BUG#4901) · 89e9a2e2
      unknown authored
      
      mysys/mf_keycache.c:
        bug fixed: when inited=0, can_be_used should be 0 too. (BUG#4901)
        end spaces removed (no merge problems as this file doesn't change much)
      89e9a2e2
    • unknown's avatar
      ctype_uca.test, ctype_uca.result, ctype-uca.c: · f54f4b2c
      unknown authored
        Slovak collation didn't work: typo fix in the tailoring rules
      
      
      strings/ctype-uca.c:
        Slovak collation didn't work: typo fix in the tailoring rules
      mysql-test/r/ctype_uca.result:
        Slovak collation didn't work: typo fix in the tailoring rules
      mysql-test/t/ctype_uca.test:
        Slovak collation didn't work: typo fix in the tailoring rules
      f54f4b2c
    • unknown's avatar
      InnoDB: Make UNIV_LOG_DEBUG work · 4b390e98
      unknown authored
      
      innobase/buf/buf0flu.c:
        buf_flush_write_block_low(): Warn about UNIV_LOG_DEBUG only once
      innobase/log/log0recv.c:
        log_block_checksum_is_ok_or_old_format(): Disable the check
        if UNIV_LOG_DEBUG is defined
      4b390e98
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 596ee62d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      596ee62d
    • unknown's avatar
      Can't use diskless when memset has been removed · 7aa7f6e5
      unknown authored
      7aa7f6e5
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · 4254ab9d
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1group_concat
      
      
      4254ab9d
    • unknown's avatar
      BUG#4315 · 02b810d2
      unknown authored
      BUG#4535
      BUG#4686
      
      
      sql/item_sum.cc:
        Changed code of fix_fields
        Fixed wrong order of parameters in create_tmp_table
        Changed value set_sum_field in create_tmp_table
      02b810d2
    • unknown's avatar
      ctype_recoding.result, ctype_recoding.test, sql_show.cc: · cffa34d9
      unknown authored
        Bug#4417: SHOW CREATE TABLE and SHOW COLUMNS now return consistent results when "SET NAMES BINARY", i.e. everything is sent in UTF8: column names, enum values, default values.
      
      
      sql/sql_show.cc:
        Bug#4417: SHOW CREATE TABLE and SHOW COLUMNS now return consistent results when "SET NAMES BINARY", i.e. everything is sent in UTF8: column names, enum values, default values.
      mysql-test/t/ctype_recoding.test:
        Bug#4417: SHOW CREATE TABLE and SHOW COLUMNS now return consistent results when "SET NAMES BINARY", i.e. everything is sent in UTF8: column names, enum values, default values.
      mysql-test/r/ctype_recoding.result:
        Bug#4417: SHOW CREATE TABLE and SHOW COLUMNS now return consistent results when "SET NAMES BINARY", i.e. everything is sent in UTF8: column names, enum values, default values.
      cffa34d9
    • unknown's avatar
      Merge marko@build.mysql.com:/home/bk/mysql-4.1 · 5b370022
      unknown authored
      into hundin.mysql.fi:/home/marko/k/mysql-4.1
      
      
      5b370022
    • unknown's avatar
      allow get_format(TIMESTAMP, ...) syntax · 8746d743
      unknown authored
      8746d743
    • unknown's avatar
      BUG#4983 · ce4e83e3
      unknown authored
      ce4e83e3
  3. 10 Aug, 2004 13 commits
    • unknown's avatar
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · 11d177b6
      unknown authored
      into mysql.com:/Users/mikron/mysql-4.1
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtup/DbtupPagMan.cpp:
        Auto merged
      11d177b6
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · 4d3c575a
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1group_concat
      
      
      4d3c575a
    • unknown's avatar
      BUG#4315 · 700c2d62
      unknown authored
      BUG#4535
      BUG#4686
      
      
      mysql-test/r/func_gconcat.result:
        add testes of blobs and null values
      mysql-test/t/func_gconcat.test:
        add testes of blobs and null values
      sql/item_sum.cc:
        replace code with maybe_null and change store mode of fields
      700c2d62
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · c9212946
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      c9212946
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · 6cc28637
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      6cc28637
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 347814f7
      unknown authored
      into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4508
      
      
      347814f7
    • unknown's avatar
      Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server". · 68d7b266
      unknown authored
      Instead of trying to open time zone tables during calculation of CONVERT_TZ() function
      or setting of @@time_zone variable we should open and lock them with the rest of 
      statement's table (so we should add them to global table list) and after that use such 
      pre-opened tables for loading info about time zones.
      
      
      mysql-test/r/timezone2.result:
        Added test for bug #4508
      mysql-test/t/timezone2.test:
        Added test for bug #4508
      scripts/mysql_create_system_tables.sh:
        Added one more test time zone to time zone tables which is needed for test for bug #4508.
      sql/item_create.cc:
        CONVERT_TZ() now is treated as special function.
      sql/item_create.h:
        CONVERT_TZ() now is treated as special function.
      sql/item_timefunc.cc:
        Item_func_convert_tz now uses list of pre-opened time zone tables instead of trying to
        open them ad-hoc. Also it avoid calling of current_thd.
      sql/item_timefunc.h:
        Added comment describing special nature of CONVERT_TZ() function.
        Optimization: Added own fix_fields() method and tz_tables member for caching pointer
        to list of open time zone tables to Item_func_convert_tz class.
      sql/lex.h:
        CONVERT_TZ() now is treated as special function.
      sql/mysql_priv.h:
        Removed function which is no longer used.
      sql/set_var.cc:
        Now my_tz_find() accepts list of pre-opened time zone tables as last argument 
        and no longer needs pointer to current THD.
      sql/set_var.h:
        Exported sys_time_zone, which is now used in sql_yacc.yy for quick finding out if we are
        setting @@time_zone variable.
      sql/sql_base.cc:
        Moved propagation of pointers to open tables from global list to local select lists to
        open_and_lock_tables(), also added implicit usage of time zone tables as condition for
        such propagation.
      sql/sql_lex.cc:
        Added fake_time_zone_tables_list which is used to indicate that time zone tables are
        implicitly used in statement.
        st_select_lex_unit::create_total_list(): if time zone tables are implicitly used in
        statement add them to global tables list.
      sql/sql_lex.h:
        Added LEX::time_zone_tables_used member which is used to indicate that time zone tables 
        are implicitly used in this statement (by pointing to fake_time_zone_table_list) and 
        for holding pointer to those tables after they've been opened.
      sql/sql_parse.cc:
        We should also create global table list if statement uses time zone tables implicitly.
        Added initialization of LEX::time_zone_tables_used to mysql_query_init().
      sql/sql_prepare.cc:
        We should also create global table list if statement uses time zone tables implicitly.
      sql/sql_select.cc:
        Removed functions which are no longer used.
      sql/sql_yacc.yy:
        CONVERT_TZ() and @@time_zone variable are handled in special way since they implicitly 
        use time zone tables.
      sql/tztime.cc:
        Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server".
        If statement uses CONVERT_TZ() function or @@time_zone variable is set then it implicitly
        uses time zone tables. We need to open and lock such tables with all other tables of 
        such statement.
        
        All code responsible for opening table was removed from tz_load_from_db() and function was 
        renamed to tz_load_from_open_tables() (which uses list of pre-opened tables).
        We also have new functions for construction and initialization of table list of time
        zone tables.
        my_tz_find() now always require list of pre-opened time zone tables and no longer needs
        current THD. So we have to pre-open them in my_tz_init().
        Also now we try to open time zone tables only if they were found during startup.
      sql/tztime.h:
        New function for construction of table list of time zone tables my_tz_get_table_list().
        Now my_tz_find() requires list of pre-pened time zone tables instead of current thread.
      68d7b266
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · ce804e4c
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ce804e4c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · 13a897ed
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      13a897ed
    • unknown's avatar
      Fixing typos in big comment (libmysql): · e1ae7e48
      unknown authored
      you need to check in to find out another couple of typos
      
      
      libmysql/libmysql.c:
        Typos in comments fixed.
      e1ae7e48
    • unknown's avatar
      Comments in libmysql (prepared statements API) · 362b1fb7
      unknown authored
      
      libmysql/libmysql.c:
        Comments to mysql_stmt_bind_param(). A couple of typos in existing 
        comments fixed.
      362b1fb7
    • unknown's avatar
  4. 09 Aug, 2004 1 commit