1. 18 Mar, 2005 1 commit
  2. 17 Mar, 2005 24 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 04e02715
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      04e02715
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8ca02ee0
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/petica
      
      
      8ca02ee0
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · ab266824
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/sql_parse.cc:
        Auto merged
      ab266824
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 262bed0a
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/petica
      
      
      262bed0a
    • unknown's avatar
      sp.test: · 25099e09
      unknown authored
        Fix for a bug with test failing with Classic.
      
      
      mysql-test/t/sp.test:
        Fix for a bug with test failing with Classic.
      25099e09
    • unknown's avatar
      Added a missing pair of parenthesis. · ba2c213b
      unknown authored
      ba2c213b
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · a93d5b2c
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-5.0
      
      
      a93d5b2c
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · eec84895
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/item.cc:
        Auto merged
      eec84895
    • unknown's avatar
      sql/ha_federated.cc: update to new prototype · e66af8ad
      unknown authored
      sql/item_cmpfunc.cc:     typo fixed
      
      
      sql/ha_federated.cc:
        update to new prototype
      sql/item_cmpfunc.cc:
        typo fixed
      e66af8ad
    • unknown's avatar
      Manual merge. · 94c3958e
      unknown authored
      94c3958e
    • unknown's avatar
      after merge fix · 0c0a2d55
      unknown authored
      0c0a2d55
    • unknown's avatar
      Merge 4.1 -> 5.0 · 17791f95
      unknown authored
      
      heap/hp_create.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/r/olap.result:
        Auto merged
      mysql-test/t/func_str.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/key.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_select.h:
        Auto merged
      sql/sql_string.h:
        Auto merged
      client/mysqldump.c:
        Manual merge
      mysql-test/r/func_gconcat.result:
        Manual merge
      mysql-test/r/func_str.result:
        Manual merge
      mysql-test/t/func_gconcat.test:
        Manual merge
      sql/ha_heap.cc:
        Manual merge
      sql/sql_select.cc:
        Manual merge
      17791f95
    • unknown's avatar
      Field::quote_data(): · b6e29d09
      unknown authored
        don't call escape_string_for_mysql() unnecesary
        don't overwrite local buffer
      escape_string_for_mysql():
        take a length of the destination buffer as an argument
      
      
      include/my_sys.h:
        prototype changed
      libmysql/libmysql.c:
        prototype changed
      mysys/charset.c:
        escape_string_for_mysql():
          take a length of the destination buffer as an argument
      sql/field.cc:
        Field::quote_data():
          don't call escape_string_for_mysql() unnecesary
          don't overwrite local buffer
      sql/item.cc:
        prototype changed
      sql/sql_prepare.cc:
        prototype changed
      b6e29d09
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 621abfac
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
      
      
      621abfac
    • unknown's avatar
      Automerge · 278e691b
      unknown authored
      
      sql/log_event.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      278e691b
    • unknown's avatar
      Automerge · 2b466294
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      sql/handler.cc:
        SCCS merged
      sql/mysql_priv.h:
        SCCS merged
      2b466294
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4079a85a
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
      
      
      4079a85a
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 5c1b91f1
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/handler.cc:
        Auto merged
      sql/lock.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      5c1b91f1
    • unknown's avatar
      Merge · 3e4ae65a
      unknown authored
      
      sql/key.cc:
        Auto merged
      mysql-test/r/update.result:
        SCCS merged
      mysql-test/t/update.test:
        SCCS merged
      3e4ae65a
    • unknown's avatar
      A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop). · 7ceb5c6c
      unknown authored
      
      sql/key.cc:
        A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop).
        For "partial" key parts (e.g. key(a(20), ...) we create different
        key_part->field, see sql/table.cc; so we have to use the eq() 
        function here to compare fields.
      7ceb5c6c
    • unknown's avatar
      Fixed two bugs in MySQL ACL. · 2bbde22d
      unknown authored
      First one is related to Bug#7905. One should not be allowed to
      create new user with password without UPDATE privilege to
      MySQL database. Furthermore, executing the same GRANT statement
      twice would actually crash the server and corrupt privilege database.
      
      Other bug was that one could update a column, using the existing
      value as basis to calculate the new value (e.g. UPDATE t1 SET a=a+1)
      without SELECT privilege to the field (a in the above example)
      
      Fixed tests grant.pl and grant2, which were wrong.
      
      
      2bbde22d
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · f3a63cde
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-5.0
      
      
      f3a63cde
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · a131e4d1
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      sql/item.h:
        Auto merged
      a131e4d1
    • unknown's avatar
      Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants... · 98de4d79
      unknown authored
      Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
      
      
      BitKeeper/deleted/.del-mysqlfs.m4~2c0a06625ffdef2:
        Delete: config/ac-macros/mysqlfs.m4
      Makefile.am:
        Removed fs_dir (since dropping mysqlfs support)
      configure.in:
        Removed support for MySQLFS.
        Gone is support for mit-threads.
        Gone is Raid.
        I feel like if I say "gone" one more time I should embed a secret country song somewhere in the source as an easter egg.
      dbug/Makefile.am:
        Removed mit-threads
      extra/Makefile.am:
        Removed mit-threads
      heap/Makefile.am:
        removed mit-threads
      libmysql_r/Makefile.am:
        removed mit-threads
      libmysqld/Makefile.am:
        removed mit-threads
      myisam/Makefile.am:
        remove mt-threads
      myisammrg/Makefile.am:
        removed mit-threas
      mysys/Makefile.am:
        removed mit-threads
      regex/Makefile.am:
        removed mit-treads
      sql/Makefile.am:
        removed mit-threads
      strings/Makefile.am:
        removed mit-threads
      tests/Makefile.am:
        removed mit-threads
      tools/Makefile.am:
        removed mit-threads
      98de4d79
  3. 16 Mar, 2005 15 commits
    • unknown's avatar
      olap.result, olap.test: · 31f6b0dd
      unknown authored
        Added a test for bug #8615.
      sql_select.cc:
        Fixed bug #8615.
        This fix only removed the cause of the reported crash.
        It does not resolve other problems of rollup queries
        with DISTINCT. They were fixed in the previous patch 
        for bug 8616.
      
      
      sql/sql_select.cc:
        Fixed bug #8615.
        This fix only removed the cause of the reported crash.
        It does not resolve other problems of rollup queries
        with DISTINCT. They were fixed in the previous patch 
        for bug 8616.
      mysql-test/t/olap.test:
        Added a test for bug #8615.
      mysql-test/r/olap.result:
        Added a test for bug #8615.
      31f6b0dd
    • unknown's avatar
      Merge with global tree · b766082b
      unknown authored
      
      mysql-test/r/federated.result:
        merge
      sql/ha_federated.cc:
        merge
      b766082b
    • unknown's avatar
      Move handler dependent tests to the specific handler (myisam, bdb, innodb) · 1c5ca806
      unknown authored
      Enabled VARCHAR testing for innodb
      
      NOTE: innodb.test currently fails becasue of a bug in InnoDB. 
      I have informed Heikki about this and expect him to fix this ASAP
      
      
      mysql-test/include/varchar.inc:
        Move handler dependent tests to the specific handler (myisam, bdb, innodb)
      mysql-test/r/innodb.result:
        Added varchar tests
      mysql-test/r/myisam.result:
        Update results
      mysql-test/t/bdb.test:
        Move handler dependent tests to the specific handler (myisam, bdb, innodb)
      mysql-test/t/innodb.test:
        Enabled VARCHAR testing
      mysql-test/t/myisam.test:
        Move handler dependent tests to the specific handler (myisam, bdb, innodb)
      sql/sql_parse.cc:
        Indentation fixes
      sql/sql_table.cc:
        Fixed bug introduced when doing cleanup
      1c5ca806
    • unknown's avatar
      drop database on the right server :) · 94ad6930
      unknown authored
      94ad6930
    • unknown's avatar
      log_event.cc: · e28dc4c7
      unknown authored
        #ifdef USING_TRANSACTIONS
      ha_innodb.cc:
        comment
      rpl_drop_temp.test, rpl_drop_temp.result:
        cleanup
      
      
      mysql-test/r/rpl_drop_temp.result:
        cleanup
      mysql-test/t/rpl_drop_temp.test:
        cleanup
      sql/ha_innodb.cc:
        comment
      sql/log_event.cc:
        #ifdef USING_TRANSACTIONS
      e28dc4c7
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · b3ff091f
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/sql_parse.cc:
        Auto merged
      b3ff091f
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 06f59b28
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      sql/item_func.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      06f59b28
    • unknown's avatar
      Fixes after Sinisa and Serg comments after push of patch for BUG#9123. · 74007170
      unknown authored
      BUG#9123 is solved earlier than this patch though.
      
      
      74007170
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · 61a717f6
      unknown authored
      into krsna.:/home/patg/test/mysql-5.0
      
      
      61a717f6
    • unknown's avatar
      Fixed binlog.test failure which occured after patch implementing · f9792042
      unknown authored
      WL#874 "Extended LOAD DATA" was pushed.
      
      
      mysql-test/r/binlog.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar
        changes.
      mysql-test/t/binlog.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar
        changes.
      f9792042
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · a97fd472
      unknown authored
      into krsna.:/home/patg/test/mysql-5.0
      
      
      a97fd472
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 7fe43b71
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8670.3
      
      
      7fe43b71
    • unknown's avatar
      Merge pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8670.2 · 91df4830
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8670.3
      
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      91df4830
    • unknown's avatar
      merged · 1f919052
      unknown authored
      
      sql/ha_innodb.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      1f919052