An error occurred fetching the project authors.
  1. 04 Feb, 2004 1 commit
  2. 20 Nov, 2003 1 commit
  3. 08 Nov, 2003 1 commit
    • unknown's avatar
      fulltext.test, fulltext.result: · 20da41c5
      unknown authored
        one simple trunc* test
      
      
      mysql-test/r/fulltext.result:
        one simple trunc* test
      mysql-test/t/fulltext.test:
        one simple trunc* test
      20da41c5
  4. 03 Nov, 2003 1 commit
  5. 31 Jul, 2003 1 commit
  6. 07 Jul, 2003 1 commit
  7. 16 Jun, 2003 1 commit
    • unknown's avatar
      fulltext and left join bug fixed · ad5c763e
      unknown authored
      mysql-test/t/fulltext.test:
        explain select fulltext test
      mysql-test/t/fulltext_left_join.test:
        explain select fulltext test
      ad5c763e
  8. 23 Apr, 2003 1 commit
  9. 20 Nov, 2002 1 commit
  10. 09 Oct, 2002 1 commit
  11. 28 Jun, 2002 1 commit
  12. 14 Jun, 2002 1 commit
  13. 15 May, 2002 1 commit
  14. 08 May, 2002 1 commit
  15. 07 May, 2002 1 commit
  16. 18 Apr, 2002 2 commits
  17. 15 Mar, 2002 1 commit
  18. 04 Mar, 2002 1 commit
  19. 01 Mar, 2002 1 commit
    • unknown's avatar
      fulltext+const_table bug fixed · 43a1ef6c
      unknown authored
      mysql-test/r/fulltext.result:
        test added
      mysql-test/t/fulltext.test:
        test added
      sql/item_func.cc:
        fulltext+const_table problem fixed once and forever
      sql/item_func.h:
        fulltext+const_table problem fixed once and forever
      sql/sql_select.cc:
        fulltext+const_table problem fixed once and forever
      sql/table.h:
        fulltext+const_table problem fixed once and forever
      43a1ef6c
  20. 13 Jan, 2002 1 commit
  21. 12 Dec, 2001 1 commit
  22. 10 Dec, 2001 1 commit
    • unknown's avatar
      test for truncation operator in indexless bolelan fts · fba9a874
      unknown authored
      mysys/queue.c: /* comment added */
      
      
      mysql-test/r/fulltext.result:
        test for truncation operator in indexless bolelan fts
      mysql-test/t/fulltext.test:
        test for truncation operator in indexless bolelan fts
      mysys/queues.c:
        comment added
      fba9a874
  23. 28 Nov, 2001 1 commit
  24. 21 Nov, 2001 1 commit
  25. 07 Nov, 2001 1 commit
  26. 20 Oct, 2001 1 commit
    • unknown's avatar
      two bugs in ft_update · b09eb958
      unknown authored
      myisam/ft_update.c:
        two bugfixes
      mysql-test/r/fulltext.result:
        new tests
      mysql-test/t/fulltext.test:
        new tests
      b09eb958
  27. 17 Oct, 2001 1 commit
    • unknown's avatar
      typo fixed · 83ba8a13
      unknown authored
      mysql-test/r/fulltext.result:
        new test
      mysql-test/t/fulltext.test:
        new test
      83ba8a13
  28. 11 Oct, 2001 1 commit
    • unknown's avatar
      misc. fulltext staff · 54f02d32
      unknown authored
      myisam/ft_boolean_search.c:
        Fixed bug
      mysql-test/r/fulltext.result:
        updated for new mysqltest
      mysql-test/t/fulltext.test:
        duplicate removed
      54f02d32
  29. 09 Oct, 2001 1 commit
    • unknown's avatar
      Boolean search passes _some_ tests · 736e5b0d
      unknown authored
      sql/ha_myisam.cc:
        One more abstraction layer added (C++ emulated in C :).
      include/ft_global.h:
        boolean search code plugged in
      mysql-test/r/fulltext_cache.result:
        boolean search code plugged in
      mysql-test/r/fulltext_left_join.result:
        boolean search code plugged in
      mysql-test/r/fulltext_multi.result:
        boolean search code plugged in
      mysql-test/r/fulltext_order_by.result:
        boolean search code plugged in
      sql/lex.h:
        IN BOOLEAN MODE syntax
      myisam/ft_nlq_search.c:
        boolean search code plugged in
      myisam/ftdefs.h:
        boolean search code plugged in
      sql/ha_myisam.h:
        boolean search code plugged in
      sql/handler.h:
        boolean search code plugged in
      include/my_base.h:
        do_not_sort_keyseg feature for MyISAM
      include/my_global.h:
        #define comp(a,b) (((a) < (b)) ? -1 : ((a) > (b)) ? 1 : 0)
      myisam/ft_boolean_search.c:
        bugfixing
      myisam/ft_parser.c:
        cleanup
      myisam/ft_static.c:
        do_not_sort_keyseg feature for MyISAM
      myisam/mi_search.c:
        do_not_sort_keyseg feature for MyISAM
      myisam/mi_write.c:
        cleanup
      mysql-test/t/fulltext.test:
        boolean search tests added
      BitKeeper/etc/ignore:
        Added myisam/FT1.MYD myisam/FT1.MYI to the ignore list
      sql/item_func.cc:
        boolean search
      sql/item_func.h:
        boolean search
      sql/sql_yacc.yy:
        boolean search
      736e5b0d
  30. 18 Aug, 2001 1 commit
    • unknown's avatar
      Portability fixes. · d01f2efe
      unknown authored
      Let myisamchk generate a new checksum for compressed data.
      Don't unconditionally force filenames to lower case on windows.
      Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
      
      
      Docs/manual.texi:
        Link changes, and new comments about IA64 and about Sun workshop
      client/mysqltest.c:
        Updated this to match the 4.0 source
      include/config-win.h:
        Don't unconditionally force filenames to lower case on windows.
      innobase/include/ut0ut.h:
        Portability fix
      myisam/mi_cache.c:
        Fix problem where reported error number was -1
      myisam/mi_check.c:
        Let myisamchk generate a new checksum for compressed data.
      myisam/mi_packrec.c:
        Cleanup
      myisam/myisamchk.c:
        Report checksum for compressed tables
      mysql-test/t/bdb.test:
        Fix to match new mysqltest
      mysql-test/t/err000001.test:
        Fix to match new mysqltest
      mysql-test/t/fulltext.test:
        Fix to match new mysqltest
      mysql-test/t/innodb.test:
        Fix to match new mysqltest
      mysql-test/t/overflow.test:
        Fix to match new mysqltest
      sql/ha_gemini.cc:
        Fix false -> FALSE
      sql/share/estonian/errmsg.txt:
        Updated of translation
      sql/share/swedish/errmsg.txt:
        Updated of translation
      sql/sql_parse.cc:
        Don't unconditionally force filenames to lower case on windows.
      sql/sql_table.cc:
        Don't unconditionally force filenames to lower case on windows.
      sql/sql_test.cc:
        Write current directory when using 'mysqladmin debug'
      strings/strto.c:
        Portability fix
      strings/strtoll.c:
        Portability fix
      strings/strtoul.c:
        Portability fix
      strings/strtoull.c:
        Portability fix
      d01f2efe
  31. 13 Aug, 2001 1 commit
    • unknown's avatar
      Fix error messages after merge from 3.23 · 638a9678
      unknown authored
      include/mysqld_error.h:
        Fix error messages
      mysql-test/t/fulltext.test:
        Fixed wrong error numbers
      mysql-test/t/union.test:
        Update error numbers after merge with 3.23
      sql/share/czech/errmsg.txt:
        Fix of merge
      sql/share/danish/errmsg.txt:
        Updated error messages from 3.23
      sql/share/dutch/errmsg.txt:
        Updated error messages from 3.23
      sql/share/english/errmsg.txt:
        Updated error messages
      sql/share/estonian/errmsg.txt:
        Fix of merge
      sql/share/french/errmsg.txt:
        Fix of merge
      sql/share/german/errmsg.txt:
        Fix of merge
      sql/share/greek/errmsg.txt:
        Fix of merge
      sql/share/hungarian/errmsg.txt:
        Fix of merge
      sql/share/italian/errmsg.txt:
        Fix of merge
      sql/share/japanese/errmsg.txt:
        Fix of merge
      sql/share/korean/errmsg.txt:
        Fix of merge
      sql/share/norwegian-ny/errmsg.txt:
        Fix of merge
      sql/share/norwegian/errmsg.txt:
        Fix of merge
      sql/share/polish/errmsg.txt:
        Fix of merge
      sql/share/portuguese/errmsg.txt:
        Updated error messages
      sql/share/romanian/errmsg.txt:
        Fix of merge
      sql/share/russian/errmsg.txt:
        Fix of merge
      sql/share/slovak/errmsg.txt:
        Fix of merge
      sql/share/spanish/errmsg.txt:
        Fix of merge
      sql/share/swedish/errmsg.txt:
        Fix of merge
      638a9678
  32. 03 Aug, 2001 1 commit
    • unknown's avatar
      Fix when using --without-server --with-thread-safe-client · 9d7a659b
      unknown authored
      Added prototype for my_thread_end
      New error message for MATCH
      Give error when using myisamchk --force --readonly
      
      
      BitKeeper/deleted/.del-fulltext_join.test~e347c8f04405c916:
        Delete: mysql-test/t/fulltext_join.test
      Docs/manual.texi:
        Added node to fulltext
      configure.in:
        Fix when using --without-server --with-thread-safe-client
      include/mysql_com.h:
        Added prototype for my_thread_end
      include/mysqld_error.h:
        New error message for MATCH
      myisam/myisamchk.c:
        Give error when using --force --readonly
      mysql-test/t/fulltext.test:
        Added test for error conditons with fulltext
      sql/item_func.cc:
        Fixed error messages when using MATCH ... AGAINST
      sql/mysqld.cc:
        Portability fix
      sql/share/czech/errmsg.txt:
        New error message when using MATCH
      sql/share/danish/errmsg.txt:
        New error message when using MATCH
      sql/share/dutch/errmsg.txt:
        New error message when using MATCH
      sql/share/english/errmsg.txt:
        New error message when using MATCH
      sql/share/estonian/errmsg.txt:
        New error message when using MATCH
      sql/share/french/errmsg.txt:
        New error message when using MATCH
      sql/share/german/errmsg.txt:
        New error message when using MATCH
      sql/share/greek/errmsg.txt:
        New error message when using MATCH
      sql/share/hungarian/errmsg.txt:
        New error message when using MATCH
      sql/share/italian/errmsg.txt:
        New error message when using MATCH
      sql/share/japanese/errmsg.txt:
        New error message when using MATCH
      sql/share/korean/errmsg.txt:
        New error message when using MATCH
      sql/share/norwegian-ny/errmsg.txt:
        New error message when using MATCH
      sql/share/norwegian/errmsg.txt:
        New error message when using MATCH
      sql/share/polish/errmsg.txt:
        New error message when using MATCH
      sql/share/portuguese/errmsg.txt:
        New error message when using MATCH
      sql/share/romanian/errmsg.txt:
        New error message when using MATCH
      sql/share/russian/errmsg.txt:
        New error message when using MATCH
      sql/share/slovak/errmsg.txt:
        New error message when using MATCH
      sql/share/spanish/errmsg.txt:
        New error message when using MATCH
      sql/share/swedish/errmsg.OLD:
        New error message when using MATCH
      sql/share/swedish/errmsg.txt:
        New error message when using MATCH
      9d7a659b
  33. 17 Apr, 2001 1 commit
  34. 01 Mar, 2001 1 commit
  35. 28 Feb, 2001 2 commits
    • unknown's avatar
      sql_select.cc MATCH ... AGAINST (NULL) bug fixed · 72bc949c
      unknown authored
      item_func.cc	MATCH ... AGAINST (NULL) bug fixed
      fulltext.test	MATCH ... AGAINST (NULL) bug fixed
      fulltext.result	MATCH ... AGAINST (NULL) bug fixed
      
      
      mysql-test/r/fulltext.result:
        MATCH ... AGAINST (NULL) bug fixed
      mysql-test/t/fulltext.test:
        MATCH ... AGAINST (NULL) bug fixed
      sql/item_func.cc:
        MATCH ... AGAINST (NULL) bug fixed
      sql/sql_select.cc:
        MATCH ... AGAINST (NULL) bug fixed
      72bc949c
    • unknown's avatar
      mysql-test/t/fulltext.test · 1d9c5905
      unknown authored
          added a test case for a coredump bug.
      
      
      mysql-test/t/fulltext.test:
        added a test case for a coredump bug.
      1d9c5905
  36. 07 Jan, 2001 1 commit
    • unknown's avatar
      Fixed bug when having many binary log files · fc4a3ef7
      unknown authored
      Fixed bug when deleting keys with possible NULL values
      many changes to mysqltest
      
      
      Docs/Makefile.am:
        Don't print warnings when making ..dvi
      Docs/manual.texi:
        Documented changes
      acinclude.m4:
        Fixed bug in detecting BDB version 3.2.3g
      client/mysqltest.c:
        Added TODO
        Cleanups
        Free all memory and close all files on exit
      configure.in:
        New release
      include/my_sys.h:
        Added new function needed for mysqltest.c
      myisam/mi_create.c:
        Cleanup
      myisam/mi_delete.c:
        Fixed bug when deleting keys with NULL
      myisam/mi_search.c:
        cleanup
      myisam/myisamchk.c:
        Added info about fulltext to -D
      mysql-test/mysql-test-run.sh:
        Use less memory for mysqld
        Don't remove timefile if only testing one test
        Send option --debug to mysqltest
      mysql-test/r/fulltext.result:
        New tests
      mysql-test/r/func_math.result:
        Make test portable
      mysql-test/t/fulltext.test:
        New tests
      mysql-test/t/func_math.test:
        Make test portable
      mysys/mf_iocache2.c:
        Fixed bug when reading over buffers
      mysys/string.c:
        Added new function needed for mysqltest.c
      mysys/typelib.c:
        cleanup
      scripts/make_binary_distribution.sh:
        Added option suffix
        Removed some warnings for missing files
      scripts/mysql_install_db.sh:
        Fixed type
      scripts/safe_mysqld.sh:
        Also read options from 'server' group
      sql-bench/Results/ATIS-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/RUN-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/alter-table-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/big-tables-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/connect-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/create-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/insert-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/select-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/wisconsin-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/bench-init.pl.sh:
        Added missing option '--silent'
      sql/mysqld.cc:
        Added warnings
        Print backtraces even if 'current_thd' is not active
      support-files/mysql.spec.sh:
        Removed duplicate entry
      fc4a3ef7
  37. 28 Dec, 2000 1 commit
    • unknown's avatar
      Added support for hex strings to mysqlimport · f537319d
      unknown authored
      A lot of new tests to mysqltest
      Fixed bug with BDB tables and autocommit
      
      
      BitKeeper/deleted/.del-delete.test~389410e29f2cebe5:
        Delete: mysql-test/t/delete.test
      BitKeeper/deleted/.del-delete.result~e866a6678e29f186:
        Delete: mysql-test/r/delete.result
      BitKeeper/deleted/.del-sel000014.test~74cb8c70f1d73fcc:
        Delete: mysql-test/t/sel000014.test
      BitKeeper/deleted/.del-sel000015.test~7442bf9cbc96fe07:
        Delete: mysql-test/t/sel000015.test
      BitKeeper/deleted/.del-sel000016.test~f495235f14c47ec:
        Delete: mysql-test/t/sel000016.test
      BitKeeper/deleted/.del-sel000017.test~7c39f2b45a6aa780:
        Delete: mysql-test/t/sel000017.test
      BitKeeper/deleted/.del-sel000018.test~16207f3ad74de75e:
        Delete: mysql-test/t/sel000018.test
      BitKeeper/deleted/.del-sel000014.result~fc8de0ec89d9e35:
        Delete: mysql-test/r/sel000014.result
      BitKeeper/deleted/.del-sel000015.result~cadbc52051d47bac:
        Delete: mysql-test/r/sel000015.result
      BitKeeper/deleted/.del-sel000016.result~6177851869bd5b07:
        Delete: mysql-test/r/sel000016.result
      BitKeeper/deleted/.del-sel000017.result~84ebf147850ff31c:
        Delete: mysql-test/r/sel000017.result
      BitKeeper/deleted/.del-sel000018.result~562ac9094cf53aba:
        Delete: mysql-test/r/sel000018.result
      BitKeeper/deleted/.del-sel000005.test~982fde89a4d6d886:
        Delete: mysql-test/t/sel000005.test
      BitKeeper/deleted/.del-sel000006.test~291cc6c8d85e51df:
        Delete: mysql-test/t/sel000006.test
      BitKeeper/deleted/.del-sel000005.result~d5410bb765199cc5:
        Delete: mysql-test/r/sel000005.result
      BitKeeper/deleted/.del-sel000006.result~d38004d1acfc11a5:
        Delete: mysql-test/r/sel000006.result
      BitKeeper/deleted/.del-sel000004.test~daf9ad4a1a31cd3c:
        Delete: mysql-test/t/sel000004.test
      BitKeeper/deleted/.del-sel000007.test~f431e4f4739a24c3:
        Delete: mysql-test/t/sel000007.test
      BitKeeper/deleted/.del-sel000008.test~b338ef585cadf7ae:
        Delete: mysql-test/t/sel000008.test
      BitKeeper/deleted/.del-sel000009.test~a455c38f5c942cd1:
        Delete: mysql-test/t/sel000009.test
      BitKeeper/deleted/.del-sel000010.test~ca07085ae92255f1:
        Delete: mysql-test/t/sel000010.test
      BitKeeper/deleted/.del-sel000011.test~c2a971726c9d18d6:
        Delete: mysql-test/t/sel000011.test
      BitKeeper/deleted/.del-sel000012.test~ae64bff363c42e92:
        Delete: mysql-test/t/sel000012.test
      BitKeeper/deleted/.del-sel000013.test~ce8aa504ba4f74ba:
        Delete: mysql-test/t/sel000013.test
      BitKeeper/deleted/.del-sel000019.test~8fd63c8dc6be8dbc:
        Delete: mysql-test/t/sel000019.test
      BitKeeper/deleted/.del-sel000020.test~c5758ad18a6dff1e:
        Delete: mysql-test/t/sel000020.test
      BitKeeper/deleted/.del-sel000021.test~94dd47de2872264a:
        Delete: mysql-test/t/sel000021.test
      BitKeeper/deleted/.del-sel000022.test~6e3e5435e66875e9:
        Delete: mysql-test/t/sel000022.test
      BitKeeper/deleted/.del-sel000023.test~7bdfcfaa278f837d:
        Delete: mysql-test/t/sel000023.test
      BitKeeper/deleted/.del-sel000024.test~849f47e6cbdc4fe3:
        Delete: mysql-test/t/sel000024.test
      BitKeeper/deleted/.del-sel000025.test~65b32b4b67e4c77:
        Delete: mysql-test/t/sel000025.test
      BitKeeper/deleted/.del-sel000026.test~d8aa2d614f23b1:
        Delete: mysql-test/t/sel000026.test
      BitKeeper/deleted/.del-sel000027.test~ab44bb57a580de9:
        Delete: mysql-test/t/sel000027.test
      BitKeeper/deleted/.del-sel000028.test~db9bfc0a808fb629:
        Delete: mysql-test/t/sel000028.test
      BitKeeper/deleted/.del-sel000029.test~6aae34dbb3ee86d9:
        Delete: mysql-test/t/sel000029.test
      BitKeeper/deleted/.del-sel000030.test~a29683eac3e7b706:
        Delete: mysql-test/t/sel000030.test
      BitKeeper/deleted/.del-sel000004.result~1f8d1265be521c17:
        Delete: mysql-test/r/sel000004.result
      BitKeeper/deleted/.del-sel000007.result~df455e49f9727c4f:
        Delete: mysql-test/r/sel000007.result
      BitKeeper/deleted/.del-sel000008.result~67a459ff62c84d6a:
        Delete: mysql-test/r/sel000008.result
      BitKeeper/deleted/.del-sel000009.result~e042b35ab131fb3:
        Delete: mysql-test/r/sel000009.result
      BitKeeper/deleted/.del-sel000010.result~eee5b9631a1e0066:
        Delete: mysql-test/r/sel000010.result
      BitKeeper/deleted/.del-sel000011.result~6907fe356973ed25:
        Delete: mysql-test/r/sel000011.result
      BitKeeper/deleted/.del-sel000012.result~be18991fc28954c2:
        Delete: mysql-test/r/sel000012.result
      BitKeeper/deleted/.del-sel000013.result~513389e06c96af73:
        Delete: mysql-test/r/sel000013.result
      BitKeeper/deleted/.del-sel000019.result~2870fe1c4998d929:
        Delete: mysql-test/r/sel000019.result
      BitKeeper/deleted/.del-sel000020.result~faa670294ef5fa91:
        Delete: mysql-test/r/sel000020.result
      BitKeeper/deleted/.del-sel000021.result~8f0ce4ec26e0c21d:
        Delete: mysql-test/r/sel000021.result
      BitKeeper/deleted/.del-sel000022.result~34828a43753ee767:
        Delete: mysql-test/r/sel000022.result
      BitKeeper/deleted/.del-sel000023.result~13e112d77573bf17:
        Delete: mysql-test/r/sel000023.result
      BitKeeper/deleted/.del-sel000024.result~b10d449624f48d07:
        Delete: mysql-test/r/sel000024.result
      BitKeeper/deleted/.del-sel000025.result~f31e08fcca805f35:
        Delete: mysql-test/r/sel000025.result
      BitKeeper/deleted/.del-sel000026.result~854fa951666b7982:
        Delete: mysql-test/r/sel000026.result
      BitKeeper/deleted/.del-sel000027.result~cfd73fe738f27da:
        Delete: mysql-test/r/sel000027.result
      BitKeeper/deleted/.del-sel000028.result~13ff5add6ac24908:
        Delete: mysql-test/r/sel000028.result
      BitKeeper/deleted/.del-sel000029.result~c6d071781808aa26:
        Delete: mysql-test/r/sel000029.result
      BitKeeper/deleted/.del-sel000030.result~98d496948e15064d:
        Delete: mysql-test/r/sel000030.result
      BitKeeper/deleted/.del-alt000001.test~633aed61c4bad94c:
        Delete: mysql-test/t/alt000001.test
      BitKeeper/deleted/.del-alt000001.result~393103dbf15f35c9:
        Delete: mysql-test/r/alt000001.result
      BitKeeper/deleted/.del-mrg000001.dummy.result~bf7e6d609f22b897:
        Delete: mysql-test/r/mrg000001.dummy.result
      BitKeeper/deleted/.del-mrg000001.result~db2ef2e717ab8332:
        Delete: mysql-test/r/mrg000001.result
      BitKeeper/deleted/.del-mrg000002.result~745be0854aaaaf5e:
        Delete: mysql-test/r/mrg000002.result
      BitKeeper/deleted/.del-mrg000001.test~e0327f9d1e6cb4e:
        Delete: mysql-test/t/mrg000001.test
      BitKeeper/deleted/.del-mrg000002.test~16b3a176adc0f311:
        Delete: mysql-test/t/mrg000002.test
      Docs/manual.texi:
        Changelog
      client/mysqlimport.c:
        Added support for hex strings
      client/mysqltest.c:
        Added linenumbers in output
        Only allow '{' first on a row (Conflicts with ODBC {} syntax).
        Handle bigger queries.
        Handle double ''
        Truncate result files.
      mysql-test/mysql-test-run.sh:
        Added --verbose
        cleanup
      mysql-test/r/bdb.result:
        Updating of test
      mysql-test/r/func_crypt.result:
        Updating of test
      mysql-test/r/func_equal.result:
        Updating of test
      mysql-test/r/func_str.result:
        Updating of test
      mysql-test/r/ins000001.result:
        Updating of test
      mysql-test/t/bdb.test:
        Updating of test
      mysql-test/t/err000001.test:
        Updating of test
      mysql-test/t/func_crypt.test:
        Updating of test
      mysql-test/t/func_equal.test:
        Updating of test
      mysql-test/t/func_str.test:
        Updating of test
      mysql-test/t/ins000001.test:
        Updating of test
      sql/gen_lex_hash.cc:
        Smaller table
      sql/handler.cc:
        Fixed bug in auto_commit
      f537319d