1. 15 Feb, 2003 1 commit
  2. 13 Feb, 2003 9 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · 580d33ac
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      580d33ac
    • unknown's avatar
      Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 · 5cf0014a
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      
      BUILD/FINISH.sh:
        Auto merged
      client/mysqldump.c:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      sql/opt_sum.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      BitKeeper/deleted/.del-world.sql~6603b5c62c5bac53:
        Auto merged
      5cf0014a
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · ae7ee4fd
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      ae7ee4fd
    • unknown's avatar
      fix a bug in derived tables · 159267da
      unknown authored
      UNION's bug fixes and code clean-up
      
      
      mysql-test/r/subselect.result:
        An insignificant consequent of my UNION"s clean-up
      sql/sql_derived.cc:
        Fix a bug that our CTO reported
      sql/sql_lex.h:
        Fixing some bugs in UNION's with code clean-up
      sql/sql_union.cc:
        Fixing some bugs in UNION's with code clean-up
      sql/sql_yacc.yy:
        Fixing some bugs in UNION's with code clean-up
      159267da
    • unknown's avatar
      merge · f0534eed
      unknown authored
      
      client/mysql.cc:
        Auto merged
      libmysql/libmysql.c:
        I commited this change 2 weeks ago. 
        I am still waiting for approval to push.
        
        Someone meanwhile pushed different commit, so this merge commit.
      f0534eed
    • unknown's avatar
      item_strfunc.cc: · 7de73f7a
      unknown authored
        Fix
      
      
      sql/item_strfunc.cc:
        Fix
      7de73f7a
    • unknown's avatar
      item_strfunc.cc: · 8975fcee
      unknown authored
        Fix
      
      
      sql/item_strfunc.cc:
        Fix
      8975fcee
    • unknown's avatar
      fill_help_tables.sh: · b84037e7
      unknown authored
        Typo fix
        ,
      
      
      scripts/fill_help_tables.sh:
        Typo fix
        ,
      b84037e7
    • unknown's avatar
      sql_yacc.yy: · 5c05416b
      unknown authored
        Compilation failure fix
      
      
      sql/sql_yacc.yy:
        Compilation failure fix
      5c05416b
  3. 12 Feb, 2003 16 commits
    • unknown's avatar
    • unknown's avatar
      Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 · 98c91945
      unknown authored
      
      libmysql/libmysql.c:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/sql_derived.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      98c91945
    • unknown's avatar
      Updated configure script to handle 1 digit numbers in MySQL version · 95025e59
      unknown authored
      Fixed a few typos from last patch
      
      
      configure.in:
        Updated script to handle 1 digit numbers in MySQL version
      libmysqld/libmysqld.c:
        Added mysql_get_server_version
      sql/sql_parse.cc:
        Fixed typo in last patch
      sql/sql_yacc.yy:
        Fixed typo in last patch
      95025e59
    • unknown's avatar
      merge with 3.23 (use local version) · 435a9088
      unknown authored
      435a9088
    • unknown's avatar
      Fixed a lot of wrong memory references as reported by valgrind · d79e52a7
      unknown authored
      Portability fixes
      Added new client function: mysql_get_server_version()
      New server help code (From Victor Vagin)
      Fixed wrong usage of binary()
      Disabled RTREE usage for now.
      
      
      
      BitKeeper/etc/ignore:
        added scripts/fill_help_tables.sql
      client/mysql.cc:
        Some fixes when using 'help'
      cmd-line-utils/libedit/compat.h:
        Portability fix
      cmd-line-utils/libedit/fgetln.c:
        Portability fix
      include/mysql.h:
        Added new client function: mysql_get_server_version()
      libmysql/libmysql.c:
        Added new client function: mysql_get_server_version()
      libmysqld/libmysqld.c:
        Fixed prototype
      mysql-test/install_test_db.sh:
        Added creation of help tables
      mysql-test/r/connect.result:
        Added help tables
      mysql-test/r/myisam.result:
        Test of RTREE index
      mysql-test/r/type_ranges.result:
        updated results
      mysql-test/t/myisam.test:
        Test of RTREE index
      mysql-test/t/type_ranges.test:
        Updated test
      mysys/charset.c:
        Indentation change
      mysys/my_symlink.c:
        Removed compiler warning
      scripts/fill_help_tables.sh:
        Update for new help tables
      sql/field.cc:
        Indentation changes
      sql/filesort.cc:
        Optimized character set usage
      sql/item_cmpfunc.cc:
        Fix wrong usage of binary()
      sql/item_cmpfunc.h:
        Fix wrong usage of binary()
      sql/item_func.cc:
        Fix wrong usage of binary()
      sql/item_func.h:
        Fix wrong usage of binary()
      sql/item_strfunc.cc:
        Fix wrong usage of binary()
      sql/item_sum.cc:
        Fix wrong usage of binary()
      sql/item_sum.h:
        Fix wrong usage of binary()
      sql/key.cc:
        Indentation change
      sql/lex.h:
        HELP -> HELP_SYM
      sql/mysql_priv.h:
        Make get_field() more general
      sql/password.c:
        Indentation change + variable initialisation moved
      sql/sql_acl.cc:
        Make get_field() more general
      sql/sql_base.cc:
        Added comments + assertion for double call to mysql_lock_tables
      sql/sql_cache.cc:
        Indentation changes
      sql/sql_class.h:
        Added need_strxnfrm to SORT_FIELD to be able to optimise character set handling in filesort
      sql/sql_derived.cc:
        Renamed variables
      sql/sql_help.cc:
        New help functions (from Victor Vagin)
      sql/sql_lex.cc:
        Removed variables that doesn't have to be initialized for each query
      sql/sql_lex.h:
        Removed not used variable (olap)
      sql/sql_parse.cc:
        Fixed (not fatal) access of unitialized memory
        Indentation / code cleanup
      sql/sql_prepare.cc:
        Indentaion cleanup
      sql/sql_table.cc:
        Disabled RTREE until 5.0
      sql/sql_udf.cc:
        Make get_field() more general
      sql/sql_yacc.yy:
        Removed access to uninitialized memory
        Always set offset_limit and select_limit when using LIMIT (removed warnings)
        Allow usage of 'help week'
      sql/table.cc:
        Make get_field() more general
        More comments
      sql/table.h:
        Fixded type of TABLE_LIST->derived
      sql/time.cc:
        Stricter date / datetime handling (to be able to handle timestamps with days and microseconds)
      strings/ctype-bin.c:
        Added cha
      d79e52a7
    • unknown's avatar
      93373b69
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · 635c7a7b
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      635c7a7b
    • unknown's avatar
      Fixed a bug in mysqld_safe, when it earlier could have removed · d88d7160
      unknown authored
      a socket from another, still living MySQL server.
      
      d88d7160
    • unknown's avatar
      Fixed a bug in mysqld_safe, when it earlier could have removed · 67ff368a
      unknown authored
      a socket from another, still living MySQL server.
      
      67ff368a
    • unknown's avatar
      rt_index.c: · fb55c457
      unknown authored
        Bug fix
      
      
      myisam/rt_index.c:
        Bug fix
      fb55c457
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 657bebda
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      657bebda
    • unknown's avatar
      sh syntax is like that :) · 9196b8d0
      unknown authored
      9196b8d0
    • unknown's avatar
      backported MERGE+MAX bugfix from 4.0 · 2d156274
      unknown authored
      2d156274
    • unknown's avatar
      (please merge with 4.1 and upwards) · 84ac5423
      unknown authored
       - updated logo to current one
      
      
      Docs/Images/mysql-logo.gif:
         - updated logo to current one
      84ac5423
    • unknown's avatar
      Moved template.texi from mysql-4.0 tree to mysqldoc tree. · a0f95e5d
      unknown authored
      
      BitKeeper/deleted/.del-template.texi~e93e39114ba9bcf7:
        Delete: Docs/template.texi
      a0f95e5d
    • unknown's avatar
      Moved mysql.de.texi from mysql-4.0 tree to mysqldoc tree. · 3a58fa90
      unknown authored
      Replaced mysql.de.texi in mysql-4.0 tree with dummy placeholder.
      Moved world.sql sample database to mysqldoc tree.
      
      
      BitKeeper/deleted/.del-world.sql~6603b5c62c5bac53:
        Delete: Docs/world.sql
      Docs/manual.de.texi:
        Moved mysql.de.texi from mysql-4.0 tree to mysqldoc tree.
        Replaced mysql.de.texi in mysql-4.0 tree with dummy placeholder.
      3a58fa90
  4. 11 Feb, 2003 7 commits
  5. 10 Feb, 2003 7 commits
    • unknown's avatar
      merge · 8754d58f
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-configure.in~ac795a92c8fe049c:
        Auto merged
      include/my_sys.h:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/t/count_distinct.test:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      8754d58f
    • unknown's avatar
      Move tmp_table_used to THD · fd898a3e
      unknown authored
      Optimize depending sub querys
      Remove valgrind warnings
      
      
      libmysqld/lib_sql.cc:
        Better way to reset errors
      mysql-test/mysql-test-run.sh:
        Remove wrong `
      mysql-test/r/subselect.result:
        Don't use table t1
      mysql-test/t/subselect.test:
        Don't use table t1
      sql/item.cc:
        Indentation fix
      sql/item.h:
        optimize depending sub querys
      sql/item_func.cc:
        Remove warning for uninitalized data
      sql/item_row.cc:
        Remove warning
      sql/item_strfunc.h:
        Fixed memory overrun
      sql/item_subselect.cc:
        Better debugging names
      sql/log_event.cc:
        Move tmp_table_used to THD
      sql/sql_base.cc:
        Move tmp_table_used to THD
      sql/sql_class.cc:
        Move tmp_table_used to THD
      sql/sql_class.h:
        Move tmp_table_used to THD
      sql/sql_lex.cc:
        Move tmp_table_used to THD
      sql/sql_lex.h:
        Move tmp_table_used to THD
      sql/sql_parse.cc:
        Move tmp_table_used to THD
      sql/sql_select.cc:
        optimize depending sub querys
      sql/sql_table.cc:
        Move tmp_table_used to THD
      fd898a3e
    • unknown's avatar
    • unknown's avatar
      Better fix for count(distinct) bug · 31bf8b62
      unknown authored
      
      include/my_sys.h:
        Remove compiler warning
      mysql-test/mysql-test-run.sh:
        Don't examine log files when you run with --extern
      31bf8b62
    • unknown's avatar
      Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql · 2f10da3d
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      Build-tools/Do-compile:
        Auto merged
      bdb/dist/configure.in:
        Auto merged
      scripts/mysqlhotcopy.sh:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      2f10da3d
    • unknown's avatar
      81dd16a1
    • unknown's avatar
      count(distint) on an empty table crash fixed · 6938e7d1
      unknown authored
      
      BitKeeper/etc/ignore:
        Added support-files/MacOSX/Description.plist support-files/MacOSX/Info.plist to the ignore list
      6938e7d1