1. 23 Nov, 2004 2 commits
    • unknown's avatar
      Fix compiler warnings on some systems. (Unused variables) · 0e8aae4a
      unknown authored
      Fixed bug in DROP FUNCTION for UDFs.
      Note: It still doesn't work properly, but that bug is somewhere else.
      
      
      sql/sp.cc:
        Fix compiler warning on some systems. (Unused variable)
      sql/sql_parse.cc:
        Fix compiler warning on some systems. (Unused variable)
        Fixed bug in DROP FUNCTION for UDFs.
        Note: It still doesn't work properly, but that bug is somewhere else.
      0e8aae4a
    • unknown's avatar
      More test cases are added · 2999284a
      unknown authored
      Fixed bug 'using of alias with information schema tables in views'
      removed compiler warnings
      
      
      mysql-test/r/information_schema.result:
        More test cases are added
      mysql-test/t/information_schema.test:
        More test cases are added
      sql/sql_select.cc:
        Fixed bug 'using of alias with information schema tables in views'
      sql/sql_show.cc:
        Fixed bug 'using of alias with information schema tables in views'
        Changed length of some columns
      sql/table.h:
        Fixed bug 'using of alias with information schema tables in views'
      tests/client_test.c:
        Changed length of some columns
      2999284a
  2. 22 Nov, 2004 32 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · d7ed9470
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/sql_table.cc:
        Auto merged
      d7ed9470
    • unknown's avatar
      post-merge · b1028d51
      unknown authored
      b1028d51
    • unknown's avatar
      merged · d3dfd871
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/Support/texi2html:
        Auto merged
      client/mysqltest.c:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      mysql-test/r/fulltext.result:
        Auto merged
      mysql-test/r/heap.result:
        Auto merged
      mysql-test/r/key.result:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/r/rpl000015.result:
        Auto merged
      mysql-test/r/rpl_log_pos.result:
        Auto merged
      mysql-test/r/rpl_rotate_logs.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/r/type_blob.result:
        Auto merged
      mysql-test/t/key.test:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      mysql-test/t/rpl000015.test:
        Auto merged
      mysql-test/t/rpl_log_pos.test:
        Auto merged
      mysql-test/t/rpl_rotate_logs.test:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_do.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      d3dfd871
    • unknown's avatar
      typo fixed · 09b3b64e
      unknown authored
      09b3b64e
    • unknown's avatar
      merged · 977d17e0
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/Support/texi2html:
        Auto merged
      client/mysqltest.c:
        Auto merged
      myisam/ft_boolean_search.c:
        Auto merged
      mysql-test/r/fulltext.result:
        Auto merged
      mysql-test/r/rpl000015.result:
        Auto merged
      mysql-test/r/rpl_log_pos.result:
        Auto merged
      mysql-test/r/rpl_rotate_logs.result:
        Auto merged
      mysql-test/t/fulltext.test:
        Auto merged
      mysql-test/t/rpl000001.test:
        Auto merged
      mysql-test/t/rpl000015.test:
        Auto merged
      mysql-test/t/rpl_log_pos.test:
        Auto merged
      mysql-test/t/rpl_rotate_logs.test:
        Auto merged
      977d17e0
    • unknown's avatar
    • unknown's avatar
      Bug#6252 - Duplicate columns in keys should fail · 5eebb3c3
      unknown authored
        Added check for duplicate column in key
        Added tests and fixed tests which exploit bug
      
      
      mysql-test/r/delete.result:
        Fix test as it exploited Bug#6252
      mysql-test/r/innodb.result:
        Test for Bug#6126
      mysql-test/r/key.result:
        Test for Bug#6126/6252
      mysql-test/r/type_blob.result:
        Fix test as it exploited Bug#6252
      mysql-test/t/delete.test:
        Fix test as it exploited Bug#6252
      mysql-test/t/innodb.test:
        Test for Bug#6126
      mysql-test/t/key.test:
        Test for Bug#6126/6252
      mysql-test/t/type_blob.test:
        Fix test as it exploited Bug#6252
      sql/sql_table.cc:
        Bug#6252 - Duplicate columns in keys should fail
          Added check for duplicate column.
      5eebb3c3
    • unknown's avatar
      merged with ul · fabef3b5
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/Support/texi2html:
        Auto merged
      mysql-test/t/rpl000001.test:
        Auto merged
      mysql-test/t/rpl000015.test:
        Auto merged
      mysql-test/t/rpl_log_pos.test:
        Auto merged
      fabef3b5
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 422f469b
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      422f469b
    • unknown's avatar
      ft_boolean_search.c: · bf1ac7c7
      unknown authored
        bug#6705 - (+trunc1* +trunc2*)
      fulltext.test, fulltext.result:
        bug#6705
      
      
      mysql-test/r/fulltext.result:
        bug#6705
      mysql-test/t/fulltext.test:
        bug#6705
      myisam/ft_boolean_search.c:
        bug#6705 - (+trunc1* +trunc2*)
      bf1ac7c7
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 6d0b5de6
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      6d0b5de6
    • unknown's avatar
      - renamed mysqladmin.c -> mysqladmin.cpp to fix the Windows builds · e73f0974
      unknown authored
      
      BitKeeper/etc/ignore:
        Added ac_available_languages_fragment to the ignore list
      e73f0974
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · 20a92106
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      20a92106
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · e1503d69
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
      
      e1503d69
    • unknown's avatar
      c21ee7bb
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · e481d74b
      unknown authored
      into mysql.com:/home/cps/mysql/devel/innotask/mysql-5.0-inno-final
      
      e481d74b
    • unknown's avatar
      Fixed a problem with Innodb_buffer_pool_pages_latched status variable. · a4c689fb
      unknown authored
      
      innobase/buf/buf0buf.c:
        Added a sanity check for buffer_pool_pages_latched status variable.
        The lack of this check resulted in weird result on windows.
      a4c689fb
    • unknown's avatar
      uca-dump.c: · 75554ef2
      unknown authored
        Better variable names in dump.
        Dump tertiary weight in reverse order, to sort upper letters before their lower counterparts.
      
      
      strings/uca-dump.c:
        Better variable names in dump.
        Dump tertiary weight in reverse order, to sort upper letters before their lower counterparts.
      75554ef2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · 34a51298
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      34a51298
    • unknown's avatar
      Bug #6748 heap_rfirst() doesn't work (and never did!) · bc6c2264
      unknown authored
      range for BETWEEN typo fixed
      
      
      extra/perror.c:
        meaningless error message fixed
      heap/hp_rfirst.c:
        Bug #6748 heap_rfirst() doesn't work (and never did!)
      mysql-test/r/heap.result:
        Bug #6748 heap_rfirst() doesn't work (and never did!)
      mysql-test/r/range.result:
        range for BETWEEN typo fixed
      mysql-test/t/heap.test:
        Bug #6748 heap_rfirst() doesn't work (and never did!)
      sql/handler.cc:
        Bug #6748 heap_rfirst() doesn't work (and never did!)
      sql/sql_select.cc:
        range for BETWEEN typo fixed
      bc6c2264
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 25b1c34a
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
      
      25b1c34a
    • unknown's avatar
      Added NULL value tests for UNIQUE index · 4d903faf
      unknown authored
      4d903faf
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · d9083f5c
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-4.1
      
      d9083f5c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 97721fbb
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-bg6462
      
      97721fbb
    • unknown's avatar
      13d0b4fd
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 50392ce9
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
      
      50392ce9
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · a6b65e94
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-bg6462
      
      
      sql/set_var.cc:
        Auto merged
      a6b65e94
    • unknown's avatar
      Fix for bug #6462 "Same request on same data returns different · 3e56bde3
      unknown authored
      results." a.k.a. "Proper cleanup of subqueries is missing for SET and DO
      statements". (Version #2 with after-review fixes).
      
      To perform proper cleanup for statements that can contain subqueries 
      but don't have main select we must call free_undelaid_joins().
      
      
      mysql-test/r/subselect.result:
        Added test for bug #6462 "Same request on same data returns different
        results." a.k.a. "Proper cleanup of subqueries is missing for SET and DO
        statements".
      mysql-test/t/subselect.test:
        Added test for bug #6462 "Same request on same data returns different
        results." a.k.a. "Proper cleanup of subqueries is missing for SET and DO
        statements".
      sql/set_var.cc:
        Added missing cleanup of joins used in subqueries to SET statement.
      sql/sql_do.cc:
        Added missing cleanup of joins used in subqueries to DO statement.
      3e56bde3
    • unknown's avatar
    • unknown's avatar
      uca-dump.c: · 2836860c
      unknown authored
        Mofidications to dump secondary and tertiary weigthts
        And some minor improvements
      
      
      strings/uca-dump.c:
        Mofidications to dump secondary and tertiary weigthts
        And some minor improvements
      2836860c
    • unknown's avatar
      Fixed BUG #6747: innodb_locks_unsafe_for_binlog still uses next-key locking. · 1ed3477b
      unknown authored
      
      innobase/row/row0sel.c:
        Fixed bug: innodb_locks_unsafe_for_binlog still uses next-key locking (BUG #6747).
        We do not take gap type locks when using InnoDB startup option 
        innodb_locks_unsafe_for_binlog. Some code polishing also done.
      1ed3477b
    • unknown's avatar
      Bug #6737: REGEXP gives wrong result with case sensitive collation: · 8f0ea6f0
      unknown authored
      - A new flag MY_CS_CSSORT was introduced for case sensitivity.
      - Item_func_regexp doesn't substiture ICASE not only
        for binary collations but for case sensitive collations as well. 
      
      8f0ea6f0
  3. 21 Nov, 2004 6 commits
    • unknown's avatar
      trx0undo.c, trx0purge.c: · c6766305
      unknown authored
        Print a warning to the .err log if the InnoDB history list length is > 20 000 even though purge reaches the list head; this is to track corruption reported on the MySQL mailing list Nov 9, 2004
      lock0lock.c:
        Let SHOW INNODB STATUS print the history list length
      
      
      innobase/lock/lock0lock.c:
        Let SHOW INNODB STATUS print the history list length
      innobase/trx/trx0purge.c:
        Print a warning to the .err log if the InnoDB history list length is > 20 000 even though purge reaches the list head; this is to track corruption reported on the MySQL mailing list Nov 9, 2004
      innobase/trx/trx0undo.c:
        Print a warning to the .err log if the InnoDB history list length is > 20 000 even though purge reaches the list head; this is to track corruption reported on the MySQL mailing list Nov 9, 2004
      c6766305
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · 7ef07454
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-check-5.0
      
      7ef07454
    • unknown's avatar
      test made independend of server builtin features · 4b0721db
      unknown authored
      4b0721db
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 82aba3b8
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      82aba3b8
    • unknown's avatar
      make the test results repeatable · 16d7d38d
      unknown authored
      16d7d38d
    • unknown's avatar
      postreview changes · 1247f9f5
      unknown authored
      
      include/mysqld_error.h:
        checksum error message
      sql/share/czech/errmsg.txt:
        checksum error message
      sql/share/danish/errmsg.txt:
        checksum error message
      sql/share/dutch/errmsg.txt:
        checksum error message
      sql/share/english/errmsg.txt:
        checksum error message
      sql/share/estonian/errmsg.txt:
        checksum error message
      sql/share/french/errmsg.txt:
        checksum error message
      sql/share/german/errmsg.txt:
        checksum error message
      sql/share/greek/errmsg.txt:
        checksum error message
      sql/share/hungarian/errmsg.txt:
        checksum error message
      sql/share/italian/errmsg.txt:
        checksum error message
      sql/share/japanese/errmsg.txt:
        checksum error message
      sql/share/korean/errmsg.txt:
        checksum error message
      sql/share/norwegian-ny/errmsg.txt:
        checksum error message
      sql/share/norwegian/errmsg.txt:
        checksum error message
      sql/share/polish/errmsg.txt:
        checksum error message
      sql/share/portuguese/errmsg.txt:
        checksum error message
      sql/share/romanian/errmsg.txt:
        checksum error message
      sql/share/russian/errmsg.txt:
        checksum error message
      sql/share/serbian/errmsg.txt:
        checksum error message
      sql/share/slovak/errmsg.txt:
        checksum error message
      sql/share/spanish/errmsg.txt:
        checksum error message
      sql/share/swedish/errmsg.txt:
        checksum error message
      sql/share/ukrainian/errmsg.txt:
        checksum error message
      sql/sql_table.cc:
        fixed layout
        fixed comment
        allow cocalization of error
      1247f9f5