1. 26 Apr, 2003 1 commit
    • unknown's avatar
      code clean-up · b57ec43d
      unknown authored
      
      strings/ctype-tis620.c:
        making final code clean-up
      b57ec43d
  2. 23 Apr, 2003 3 commits
  3. 21 Apr, 2003 2 commits
  4. 19 Apr, 2003 1 commit
    • unknown's avatar
      Three bug fixes and one fix being undone. · bc84ad41
      unknown authored
      
      mysql-test/r/innodb_handler.result:
        change of test case after Heikki's fix
      sql/sql_db.cc:
        Adding suport for backquotes in change_db()
      sql/sql_update.cc:
        Undoing a fix
      strings/ctype-tis620.c:
        Fixing a crashing bug
      bc84ad41
  5. 17 Apr, 2003 1 commit
  6. 16 Apr, 2003 17 commits
    • unknown's avatar
      row0sel.c: · 3ebfa9c9
      unknown authored
        Do not allow InnoDB to cache result set in HANDLER because user can use PREV and NEXT and scroll the cursor
      
      
      innobase/row/row0sel.c:
        Do not allow InnoDB to cache result set in HANDLER because user can use PREV and NEXT and scroll the cursor
      3ebfa9c9
    • unknown's avatar
      ha_innodb.cc, row0sel.c, row0mysql.c, row0mysql.h: · 99cea2be
      unknown authored
        Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
      
      
      innobase/include/row0mysql.h:
        Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
      innobase/row/row0mysql.c:
        Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
      innobase/row/row0sel.c:
        Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
      sql/ha_innodb.cc:
        Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
      99cea2be
    • unknown's avatar
      row0ins.c: · 2b3891e4
      unknown authored
        Better fix for the ON DELETE SET NULL problem
      
      
      innobase/row/row0ins.c:
        Better fix for the ON DELETE SET NULL problem
      2b3891e4
    • unknown's avatar
      row0ins.c: · 9ffd6666
      unknown authored
        Fix bug: we did not allow ON DELETE SET NULL to modify the same table where the delete was made; we can allow it because that cannot produce infinite loops cascaded operations
      
      
      innobase/row/row0ins.c:
        Fix bug: we did not allow ON DELETE SET NULL to modify the same table where the delete was made; we can allow it because that cannot produce infinite loops cascaded operations
      9ffd6666
    • unknown's avatar
      undoing a fix · 90f09dc5
      unknown authored
      90f09dc5
    • unknown's avatar
      row0sel.c: · 37cf961e
      unknown authored
        Fix crash in HANDLER PREV or NEXT if the cursor was positioned using a unique search condition on the primary key: in that case InnoDB does NOT store the cursor position for later fetch prev or next
      
      
      innobase/row/row0sel.c:
        Fix crash in HANDLER PREV or NEXT if the cursor was positioned using a unique search condition on the primary key: in that case InnoDB does NOT store the cursor position for later fetch prev or next
      37cf961e
    • unknown's avatar
      Fix for a bug with InnoDB SQL handler, when previous query failed · a6dbd490
      unknown authored
      and an attempt is made to read previous / next value.
      
      a6dbd490
    • unknown's avatar
      Fix for #126 · 2b9dbcdd
      unknown authored
      
      sql/ha_myisam.cc:
        Flag added to turn on check sum recounting
      2b9dbcdd
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0 · f7b083eb
      unknown authored
      into deer.mysql.r18.ru:/home/hf/work/mysql-4.0.erf
      
      f7b083eb
    • unknown's avatar
      Exported functions required by MySQLCC · 2ef5c667
      unknown authored
      
      BitKeeper/deleted/.del-libmysql.def~29fc6d70335f1c4c:
        Delete: VC++Files/libmysql/libmysql.def
      2ef5c667
    • unknown's avatar
      fix for bug #212 · 921692ac
      unknown authored
      
      sql/sql_list.h:
        We should reset list::last here
      921692ac
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 · c4d9b9c6
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      
      sql/sql_show.cc:
        Auto merged
      c4d9b9c6
    • unknown's avatar
      Many files: · 84278711
      unknown authored
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      
      
      innobase/buf/buf0flu.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/dict/dict0crea.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/dict/dict0dict.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/dict/dict0load.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/ibuf/ibuf0ibuf.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/include/db0err.h:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/include/dict0dict.h:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/include/row0ins.h:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/lock/lock0lock.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/os/os0file.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/row/row0ins.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/row/row0mysql.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/row/row0sel.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/row/row0upd.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/srv/srv0srv.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      innobase/ut/ut0ut.c:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      sql/ha_innodb.cc:
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      84278711
    • unknown's avatar
      Memory leak fixed. · 2821cfc1
      unknown authored
      2821cfc1
    • unknown's avatar
    • unknown's avatar
      fix for a bug with two natural joins. · 209501ff
      unknown authored
      209501ff
    • unknown's avatar
  7. 15 Apr, 2003 4 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · de0dd584
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      de0dd584
    • unknown's avatar
      Fixed bug in SUM() with NULL:s · fea393b2
      unknown authored
      Added logging of warnings for failed connections with ssl.
      Fixed bug in symbolic link handling on Windows
      
      
      include/my_global.h:
        Added replication flags from 4.1
      mysql-test/r/func_group.result:
        Added test for SUM(NULL)
      mysql-test/t/func_group.test:
        Added test for SUM(NULL)
      sql/item_sum.cc:
        Fixed bug in SUM() with NULL:s
      sql/item_sum.h:
        Fixed bug in SUM() with NULL:s
      sql/mysqld.cc:
        Added option --symbolic-links
        Fixed bug in symbolic link handling on Windows
      sql/net_serv.cc:
        Code cleanup
      sql/sql_acl.cc:
        Added logging of warnings for failed connections with ssl.
      sql/sql_show.cc:
        Changed to use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
      fea393b2
    • unknown's avatar
      - Updated variable names that have been renamed in my.cnf example files · 1f20eca7
      unknown authored
         (bug #223)
       - Added more detailed info about how to set up replication
      
      
      support-files/my-huge.cnf.sh:
         - updated variable names that have been renamed in 4.0 (bug #223)
         - added more detailed info about how to set up replication (suggestion
           made by Guilhem)
      support-files/my-large.cnf.sh:
         - updated variable names that have been renamed in 4.0 (bug #223)
         - added more detailed info about how to set up replication (suggestion
           made by Guilhem)
      support-files/my-medium.cnf.sh:
         - updated variable names that have been renamed in 4.0 (bug #223)
         - added more detailed info about how to set up replication (suggestion
           made by Guilhem)
      support-files/my-small.cnf.sh:
         - updated variable names that have been renamed in 4.0 (bug #223)
         - added hint and commented out sample about skip-networking option
           (security enhancement)
      1f20eca7
    • unknown's avatar
      6348b336
  8. 14 Apr, 2003 3 commits
  9. 11 Apr, 2003 3 commits
    • unknown's avatar
      Two bug fixes · 012a6fc9
      unknown authored
      
      mysql-test/r/innodb.result:
        Fix for a bug that caused queries with ORDER BY field_in_select_list
        to be returned entirely unsorted.
      mysql-test/t/innodb.test:
        Fix for a bug that caused queries with ORDER BY field_in_select_list
        to be returned entirely unsorted.
      sql/sql_select.cc:
        Fix for a bug that caused queries with ORDER BY field_in_select_list
        to be returned entirely unsorted.
      sql/sql_update.cc:
        Fix for a glitch that caused too many tables to be locked.
      012a6fc9
    • unknown's avatar
      Distribution cleanups: · ee7958fb
      unknown authored
       - added Dummy file Docs/manual_toc.html to make "make dist" happy if the
         real manual.texi has not been copied into Docs/ (which would make sure
         a "real" manual_toc.html would be created
       - fixed symlinking in the bdb subdirectory (docs are not included anyway)
       - added dist-hook to Makefile.am to remove superfluous SCCS directories
         from the source distribution
      
      
      Makefile.am:
         - added dist-hook to remove superfluous SCCS directories from the source
           distribution
      bdb/dist/s_symlink:
         - don't try to create symlinks to nonexisting doc files
      ee7958fb
    • unknown's avatar
      - corrected shutdown priority on Red Hat (should be shut down very early) · d15fa611
      unknown authored
       - adjusted LSB run levels to be identical as on Red Hat (2-5)
      
      d15fa611
  10. 10 Apr, 2003 2 commits
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 · ecf9a89f
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      ecf9a89f
    • unknown's avatar
      - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static · eab87c43
      unknown authored
         libraries always ended up in "dir..", even though they were not supposed
         to be installed anyway (they are only required at link time). Fixed it by
         replacing libs_LIBRARIES with noinst_LIBRARIES for all InnoDB Makefile.am 
         files and by removing "libsdir = " from innobase/include/Makefile.i .
      
      
      innobase/btr/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/buf/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/com/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/data/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/dict/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/dyn/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/eval/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/fil/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/fsp/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/fut/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/ha/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/ibuf/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/include/Makefile.i:
         - removed libsdir = ../libs to fix a bug in "make DESTDIR=<dir> install"
           (the libs always got installed in "dir../")
      innobase/lock/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/log/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/mach/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/mem/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/mtr/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/odbc/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/os/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/page/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/pars/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/que/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/read/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/rem/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/row/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/srv/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/sync/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/thr/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/trx/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/usr/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      innobase/ut/Makefile.am:
         - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
           be installed anyway)
      eab87c43
  11. 09 Apr, 2003 3 commits
    • unknown's avatar
      - worked around bug #235 (my-huge.cnf error) by reformatting the comments · 40dd35fe
      unknown authored
         in the sample configuration files
       - reworked the replication options and comments a bit
       - added option "skip-networking" (commented out by default) to the
         sample configuration files (enhancement request from bug report #234)
      
      
      support-files/my-huge.cnf.sh:
         - work around bug #235 (comments at the end of configuration options lead
           to errors) by reformatting the comments to be above the options instead
         - enhanced comments on the replication options a bit
         - added option "skip-networking" (commented out by default) with an
           appropriate comment (bug #234)
      support-files/my-large.cnf.sh:
         - work around bug #235 (comments at the end of configuration options lead
           to errors) by reformatting the comments to be above the options instead
         - enhanced comments on the replication options a bit
         - added option "skip-networking" (commented out by default) with an
           appropriate comment (bug #234)
      support-files/my-medium.cnf.sh:
         - work around bug #235 (comments at the end of configuration options lead
           to errors) by reformatting the comments to be above the options instead
         - enhanced comments on the replication options a bit
         - added option "skip-networking" (commented out by default) with an
           appropriate comment (bug #234)
      40dd35fe
    • unknown's avatar
      - applied patch from provided by Christian Hammers from Debian to be able · 01fe0af5
      unknown authored
         to run the script even if mysqld is not up and running on upgrade
      
      
      scripts/mysql_fix_privilege_tables.sh:
         - applied Patch provided by Christian Hammers from Debian to be able to run
           this script on every upgrade without having to worry that the server
           is really running. Therefore "mysqld --bootstrap" is used to make the
           changes. For this to work all SQL statements are sent to stderr when
           "--sqlonly" is given and the echo's are piped to /dev/null.
           The echo_stderr that is used is just a "#!/bin/sh\necho "$*" >&2"
           script.
      01fe0af5
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0 · 288247d9
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      288247d9