An error occurred fetching the project authors.
  1. 21 Feb, 2002 1 commit
  2. 13 Dec, 2001 1 commit
    • unknown's avatar
      Fixed sleep time in mysql-test-run · a3873537
      unknown authored
      Fixed bug in query cache.
      Cleaned up des_crypt code.
      
      
      BitKeeper/deleted/.del-fsck.mysql~87170d4358b50d60:
        Delete: fs/fsck.mysql
      Docs/manual.texi:
        Changed != to <>
      mysql-test/mysql-test-run.sh:
        Fix sleep times to take into account creation of InnoDB tables.
      mysql-test/r/group_by.result:
        More tests
      mysql-test/r/query_cache.result:
        More tests
      mysql-test/r/union.result:
        More tests
      mysql-test/t/func_str.test:
        Fix for FreeBSD
      mysql-test/t/query_cache.test:
        More tests
      mysql-test/t/union.test:
        More tests
      mysys/my_winsem.c:
        Cleanup comments
      sql/des_key_file.cc:
        Cleanup des_crypt code
      sql/item_strfunc.cc:
        Cleanup des_crypt code
      sql/item_strfunc.h:
        Cleanup des_crypt code
      sql/mysql_priv.h:
        Cleanup des_crypt code
      sql/mysqld.cc:
        Cleanup des_crypt code
      sql/sql_acl.cc:
        For for GRANT and lower-case-table names
      sql/sql_cache.cc:
        Function for integrity checking.
        Fixed bug when merging blocks.
      sql/sql_cache.h:
        Function for integrity checking.
      sql/sql_delete.cc:
        Cleanup
      sql/sql_parse.cc:
        For for GRANT and lower-case-table names
      sql/sql_union.cc:
        Cleanup & fixed bug in LIMIT handling
      sql/sql_yacc.yy:
        C
      a3873537
  3. 22 Nov, 2001 1 commit
    • unknown's avatar
      Fixed fulltext after merge from 3.23.45 · cb304292
      unknown authored
      First (incomplete) version of transaction and as3ap tests.
      
      
      BitKeeper/etc/ignore:
        Added sql-bench/test-transactions to the ignore list
      mysql-test/r/fulltext.result:
        Update fulltext results after merge
      sql-bench/Makefile.am:
        Added transaction test
      sql-bench/run-all-tests.sh:
        Added transaction test
      sql-bench/server-cfg.sh:
        Added transaction test
      sql-bench/test-ATIS.sh:
        Cleanup
      sql/item_func.cc:
        Fix bad merge
      sql/mysqld.cc:
        Cleanup
      sql/sql_base.cc:
        Fix bad merge
      sql/sql_delete.cc:
        Cleanup
      sql/sql_parse.cc:
        Fix bad merge
      sql/sql_select.cc:
        Fix bad merge
      sql/sql_union.cc:
        Fix bad merge
      tools/mysqlmanager.c:
        C
      cb304292
  4. 21 Nov, 2001 1 commit
  5. 25 Oct, 2001 1 commit
    • unknown's avatar
      New alternate UNION syntax and bug fix for multi-table deletes · 8239bbec
      unknown authored
      mysql-test/r/union.result:
        New results for optional UNION syntax
      mysql-test/t/union.test:
        New  test for alternate syntax for UNION
      sql/sql_delete.cc:
        Fixed bug in multi-table delete's with transactional tables
      sql/sql_parse.cc:
        A small change to enable new UNION syntax
      sql/sql_union.cc:
        New alternate UNION syntax
      sql/sql_yacc.yy:
        New alternate UNION syntax
      8239bbec
  6. 19 Oct, 2001 1 commit
    • unknown's avatar
      Unchecked changes, so that I could run mysql-test. · 8f690df2
      unknown authored
      If I ruined anything, write your complaints to sasha@mysql.com
      
      
      sql/sql_delete.cc:
        Unchecked changes, so that I could run mysql-test
      sql/sql_lex.h:
        Unchecked changes, so that I could run mysql-test
      sql/sql_parse.cc:
        Unchecked changes, so that I could run mysql-test
      sql/sql_union.cc:
        Unchecked changes, so that I could run mysql-test
      sql/sql_yacc.yy:
        Unchecked changes, so that I could run mysql-test
      BitKeeper/etc/ignore:
        Added libmysqld/examples/link_sources to the ignore list
      8f690df2
  7. 21 Sep, 2001 1 commit
    • unknown's avatar
      Integrated table->ref_primary_key into table->part_of_key · 93d4beab
      unknown authored
      Fixed bug in UNION
      
      
      client/mysqlbinlog.cc:
        Added error message handling to read_log_event()
      heap/hp_write.c:
        More debug info
      myisam/myisampack.c:
        Cleanup
      mysql-test/mysql-test-run.sh:
        Portability fixes.
      mysql-test/r/union.result:
        More tests cases for UNION
      mysql-test/t/union.test:
        More tests cases for UNION
      sql/Makefile.am:
        Added mysql_embed.h
      sql/item.cc:
        Fixed bug when using the same table multiple times in union.
      sql/log_event.cc:
        Removed use of ## construct (Portability problem)
      sql/log_event.h:
        Added error message handling to read_log_event()
      sql/mysql_priv.h:
        Added mysql_embed.h
      sql/opt_sum.cc:
        Cleanup
      sql/slave.cc:
        cleanup
      sql/sql_base.cc:
        Integrated table->ref_primary_key into table->part_of_key
      sql/sql_union.cc:
        Cleanup
      sql/table.cc:
        Integrated table->ref_primary_key into table->part_of_key
      sql/table.h:
        Integrated table->ref_primary_key into table->part_of_key
      93d4beab
  8. 17 Sep, 2001 2 commits
    • unknown's avatar
      Fixed bug in UNION when doing UNION with the same tables · 48332b89
      unknown authored
      myisam/mi_extra.c:
        More debugging information
      mysql-test/r/union.result:
        Added test for UNION bug
      mysql-test/t/union.test:
        Added test for UNION bug
      sql/sql_base.cc:
        Clear field->query_id when using UNION
      sql/sql_parse.cc:
        Fix for UNION bug
      sql/sql_union.cc:
        Cleanup
      sql/table.h:
        Fix for UNION bug
      tools/Makefile.am:
        Fix for compiling with MIT-threads
      48332b89
    • unknown's avatar
      Fixed bug with SELECT * ... UNION · 4b90395e
      unknown authored
      client/mysql.cc:
        Increased version number
      client/mysqltest.c:
        Changed to use default path
      include/mysql.h:
        Changed prototype of mysql_server_init
      libmysql/libmysql.c:
        Changed prototype of mysql_server_init
      libmysqld/lib_sql.cc:
        Changed prototype of mysql_server_init
      mysql-test/r/union.result:
        Added test for UNION bug
      mysql-test/t/union.test:
        Added test for UNION bug
      4b90395e
  9. 15 Sep, 2001 1 commit
  10. 14 Sep, 2001 1 commit
    • unknown's avatar
      Fixed bug in UNION · 745dd698
      unknown authored
      Fixed replication bug in load_master_data
      
      
      BitKeeper/deleted/.del-global.h~e80d28157acfdcb5:
        Delete: include/global.h
      Docs/manual.texi:
        Cleaned up "Things to do in 4.0"
      mysql-test/r/union.result:
        New test
      mysql-test/t/union.test:
        New test
      mysys/my_lib.c:
        Cleanup
      sql/mysql_priv.h:
        Fixed replication bug load_master_data
      sql/sql_base.cc:
        Fixed bug in UNION
      sql/sql_db.cc:
        Fixed replication bug load_master_data
      sql/sql_parse.cc:
        Fixed replication bug load_master_data
      sql/sql_repl.cc:
        Fixed replication bug load_master_data
      sql/sql_union.cc:
        Fixed bug in UNION
      tools/mysqlmanager.c:
        Portability fix
      745dd698
  11. 24 Aug, 2001 1 commit
    • unknown's avatar
      EXPLAIN on UNION"s · 9fc66454
      unknown authored
      mysql-test/r/union.result:
        New result for EXPLAIN UNION's
      mysql-test/t/union.test:
        No error when EXPLAIN is done on UNION's
      9fc66454
  12. 14 Aug, 2001 1 commit
    • unknown's avatar
      Remove warnings and portability fixes · 2e1b37af
      unknown authored
      New global read lock code
      Fixed bug in DATETIME with WHERE optimization
      Made UNION code more general.
      
      
      include/global.h:
        Remove warning on Linux Alpha
      include/mysql_com.h:
        Move some C variables inside extern "C" block.
      include/mysqld_error.h:
        New error mesages
      myisam/mi_write.c:
        cleanup
      mysql-test/r/select.result:
        Fix because of table lists now always has a database argument.
      mysql-test/r/type_datetime.result:
        Test for bug with datetime and where optimization
      mysql-test/r/union.result:
        Updated result
      mysql-test/t/type_datetime.test:
        New test for datetime
      mysql-test/t/union.test:
        More testing of error conditions
      sql/item_sum.cc:
        Remove warnings on Linux Alpha
      sql/item_sum.h:
        Cleanup
      sql/lock.cc:
        Cleaned up global lock handling
      sql/log_event.cc:
        Removed default arguments from declarations (not allowed in cxx)
      sql/mysql_priv.h:
        New prototypes
      sql/mysqld.cc:
        Fix for global locks
      sql/opt_range.cc:
        Cleanup
      sql/share/czech/errmsg.txt:
        New errors
      sql/share/danish/errmsg.txt:
        New errors
      sql/share/dutch/errmsg.txt:
        New errors
      sql/share/english/errmsg.txt:
        New errors
      sql/share/estonian/errmsg.txt:
        New errors
      sql/share/french/errmsg.txt:
        New errors
      sql/share/german/errmsg.txt:
        New errors
      sql/share/greek/errmsg.txt:
        New errors
      sql/share/hungarian/errmsg.txt:
        New errors
      sql/share/italian/errmsg.txt:
        New errors
      sql/share/japanese/errmsg.txt:
        New errors
      sql/share/korean/errmsg.txt:
        New errors
      sql/share/norwegian-ny/errmsg.txt:
        New errors
      sql/share/norwegian/errmsg.txt:
        New errors
      sql/share/polish/errmsg.txt:
        New errors
      sql/share/portuguese/errmsg.txt:
        New errors
      sql/share/romanian/errmsg.txt:
        New errors
      sql/share/russian/errmsg.txt:
        New errors
      sql/share/slovak/errmsg.txt:
        New errors
      sql/share/spanish/errmsg.txt:
        New errors
      sql/share/swedish/errmsg.OLD:
        New errors
      sql/share/swedish/errmsg.txt:
        New errors
      sql/sql_acl.cc:
        Use thd->host_or_ip
      sql/sql_class.cc:
        Use new global lock code
      sql/sql_class.h:
        host_or_ip
      sql/sql_db.cc:
        host_or_ip
      sql/sql_delete.cc:
        Use now global lock code
      sql/sql_lex.h:
        Cleanup of not used states and variables
      sql/sql_parse.cc:
        Use now global locks.
        Made UNION code more general.
        Change to use thd->hosts_or_ip.
        TABLE_LIST now always has 'db' set.
      sql/sql_repl.cc:
        Portability fixes.
        Changed wrong usage of my_vsnprintf -> my_snprintf
      sql/sql_select.cc:
        Changes for UNION
      sql/sql_show.cc:
        Cleanup
      sql/sql_union.cc:
        Handle 'select_result' outside of mysql_union().
      sql/sql_yacc.yy:
        Fixes for union
      2e1b37af
  13. 12 Aug, 2001 1 commit
  14. 02 Aug, 2001 1 commit
    • unknown's avatar
      Fix UNION · c22138ba
      unknown authored
      New faster list iterators
      Change list code to be simpler and faster
      Optimize count(distinct)
      New error messages for UNION
      Make create_tmp_table more general to be usable by UNION
      
      
      Docs/manual.texi:
        Changelog
      include/mysqld_error.h:
        Add new error messages needed for UNION
      mysql-test/r/union.result:
        New tests for UNION
      mysql-test/t/analyse.test:
        Add missing drop table
      mysql-test/t/union.test:
        new tests for UNION
      sql/Makefile.am:
        Change name of sql_unions.cc to sql_union.cc
      sql/item.cc:
        Use List_iterator_fast
      sql/item_cmpfunc.cc:
        Use List_iterator_fast
      sql/item_func.cc:
        Use List_iterator_fast
      sql/item_sum.cc:
        Use List_iterator_fast
        Optimize count(distinct)
        Cleanup of indentation and comments
      sql/item_sum.h:
        Optimize count(distinct)
      sql/key.cc:
        Use List_iterator_fast
      sql/mysql_priv.h:
        Add new option bits
      sql/opt_sum.cc:
        Use List_iterator_fast
      sql/share/Makefile.am:
        Add 'fix_errors' label
      sql/share/czech/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/danish/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/dutch/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/english/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/estonian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/french/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/german/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/greek/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/hungarian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/italian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/japanese/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/korean/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/norwegian-ny/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/norwegian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/polish/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/portuguese/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/romanian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/russian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/slovak/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/spanish/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/swedish/errmsg.txt:
        Add new error messages needed for UNION
      sql/sql_analyse.cc:
        Use List_iterator_fast
      sql/sql_base.cc:
        Use List_iterator_fast
        Add new argument to setup_fields
      sql/sql_class.cc:
        Use List_iterator_fast
      sql/sql_class.h:
        Create new class for UNION
      sql/sql_handler.cc:
        Use List_iterator_fast
      sql/sql_insert.cc:
        Use List_iterator_fast
      sql/sql_lex.h:
        Cleanup
      sql/sql_list.cc:
        Faster iteration of lists
      sql/sql_list.h:
        Faster iterations of lists
      sql/sql_load.cc:
        Use List_iterator_fast
      sql/sql_parse.cc:
        Fix UNION code
      sql/sql_select.cc:
        Use List_iterator_fast
        Make create_tmp_table more general to be usable by UNION
      sql/sql_select.h:
        Changes to speed up copy_fields()
      sql/sql_show.cc:
        Use List_iterator_fast
      sql/sql_table.cc:
        Use List_iterator_fast
      sql/sql_union.cc:
        Fix UNION code
      sql/sql_update.cc:
        Use List_iterator_fast
      sql/sql_yacc.yy:
        Fix UNION code
      c22138ba