1. 18 May, 2005 1 commit
    • unknown's avatar
      make_binary_distribution.sh: · 37e5df79
      unknown authored
        Use portable check for empty string.
      
      
      scripts/make_binary_distribution.sh:
        Use portable check for empty string.
      37e5df79
  2. 17 May, 2005 2 commits
    • unknown's avatar
      sql_yacc.yy: · afaa3c89
      unknown authored
        missing semicolon added
      sql_base.cc:
        bad merge fixed
      sp_head.cc, view.test, view.result:
        Correct restoring view name in SP table locking BUG#9758
      configure.in:
        restore -fno-implicit-templates -fno-exceptions -fno-rtti in configure
      
      
      configure.in:
        restore -fno-implicit-templates -fno-exceptions -fno-rtti in configure
      mysql-test/r/view.result:
        Correct restoring view name in SP table locking BUG#9758
      mysql-test/t/view.test:
        Correct restoring view name in SP table locking BUG#9758
      sql/sp_head.cc:
        Correct restoring view name in SP table locking BUG#9758
      sql/sql_base.cc:
        bad merge fixed
      sql/sql_yacc.yy:
        missing semicolon added
      afaa3c89
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 3a9ddef2
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-9643
      
      
      3a9ddef2
  3. 16 May, 2005 25 commits
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-7800 · 9b07cafe
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/set_var.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      9b07cafe
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · ece42b09
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-9643
      
      
      ece42b09
    • unknown's avatar
      Merge with 4.1 to get fix for memory leak · 9c71571f
      unknown authored
      
      client/mysql.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/sql_base.cc:
        merge
      9c71571f
    • unknown's avatar
      Cleanups based on feedback from Monty. · e9beb6d0
      unknown authored
      
      sql/sql_show.cc:
        Use int10_to_str() instead of my_snprintf() for formatting number
      e9beb6d0
    • unknown's avatar
      Fix memory leak · f80fa96d
      unknown authored
      
      client/mysql.cc:
        Remove usage of c_ptr_safe() as this causes a linkage problem when compiling MySQL without inline functions
      sql/sql_base.cc:
        Don't use c_ptr_safe() on this string as this causes a realloc and the String object (allocated by sql_yacc.yy) is never freed
      f80fa96d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 0500fefb
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-9643
      
      
      0500fefb
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 5fa009aa
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-9643
      
      
      libmysql/libmysql.c:
        Auto merged
      5fa009aa
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 50ff7274
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      50ff7274
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 1c1cc00a
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-9643
      
      
      include/mysql.h:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      1c1cc00a
    • unknown's avatar
      A fix and a test case for Bug#9643 " CURSOR_TYPE_SCROLLABLE dos not work" · 1bb1bc69
      unknown authored
      - check on the client the unsupported feature and return 
      an error message if it's been requested.
      Additionally added API support for STMT_ATTR_PREFETCH_ROWS.
      Post-review fixes.
      
      
      include/errmsg.h:
        Add a new error code for "Not implemented" client-side error message.
      include/mysql.h:
        Add a statement attribute STMT_ATTR_PREFETCH_ROWS - unsigned long
        number of rows to fetch per one COM_FETCH command, used when there
        is a read-only cursor.
        Note, that we don't break compatibility by adding this new member
        because MYSQL_STMT is always allocated inside the client library by
        mysql_stmt_init.
      libmysql/errmsg.c:
        Text for the error message CR_NOT_IMPLEMENTED
      libmysql/libmysql.c:
        Implement support for STMT_ATTR_PREFETCH_ROWS
        Return an error message on attempt to set an attribute of a prepared
        statement which is not implemented yet. We probably should be doing
        it in the server: currently the server just ignores unknown attributes.
      tests/mysql_client_test.c:
        A test case for Bug#9643 "CURSOR_TYPE_SCROLLABLE dos not work"
        - check that an error message is returned for CURSOR_TYPE_SCROLLABLE.
        Additionally, check setting of STMT_ATTR_PREFETCH_ROWS.
      1bb1bc69
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 259699b4
      unknown authored
      into mysql.com:/home/psergey/mysql-4.1-bug10221
      
      
      259699b4
    • unknown's avatar
      4b2020c5
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 2957088d
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      2957088d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 4d3d7032
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      4d3d7032
    • unknown's avatar
      After merge fixes · d15f89c4
      unknown authored
      
      mysql-test/r/alter_table.result:
        Fixed results after merge
      sql/handler.cc:
        Trivial optimzation
      sql/sql_table.cc:
        Trvial optimization
      sql/sql_yacc.yy:
        After merge fix
      sql/unireg.cc:
        Removed argument 'null_fields' from make_empty_rec() as it was not needed
        Moved assert() to right place to take bit fields into account
      d15f89c4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · b9a4e7d8
      unknown authored
      into mysql.com:/my/mysql-5.0
      
      
      sql/sql_select.cc:
        Auto merged
      b9a4e7d8
    • unknown's avatar
      Fixed failing tests for not 32 bit intel machines · 70c4325d
      unknown authored
      Fixed bug in mysql_stmt_fetch() when retrieving rows to return
      
      
      mysql-test/r/ps.result:
        Fix to not get warnings if mysql_client_test.test fails
      mysql-test/t/index_merge_ror.test:
        Proper fix for 64 bit intel (which gives uses another, equal good index)
      mysql-test/t/ps.test:
        Fix to not get warnings if mysql_client_test.test fails
      sql-common/client.c:
        More debugging
      sql/sql_prepare.cc:
        Fixed bug in mysql_stmt_fetch() when retrieving rows to return
      sql/sql_select.cc:
        More debugging
      tests/mysql_client_test.c:
        More debugging
      70c4325d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 5112e25c
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      5112e25c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 70686e25
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      70686e25
    • unknown's avatar
      Build fixes · b0fc53f3
      unknown authored
      
      configure.in:
        Fix for build problems
         - Removing extra semicolon and parentheses, this is not C++ :)
      b0fc53f3
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 03d17059
      unknown authored
      into mysql.com:/usr/home/ram/work/5.0.b10655
      
      
      03d17059
    • unknown's avatar
      a fix (bug #10655: mysys/default.c compilation problem). · eaa7615e
      unknown authored
      
      mysys/default.c:
        a fix (bug #10655: mysys/default.c compilation problem).
        DBUG_ENTER() must be the first.
      eaa7615e
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · aeda2652
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/test/mysql-5.0-ndb
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/mysql-test-run.sh:
        Auto merged
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      ndb/test/ndbapi/testNodeRestart.cpp:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      aeda2652
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 01dfde6f
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      
      01dfde6f
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3e029b36
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      3e029b36
  4. 15 May, 2005 12 commits
    • unknown's avatar
      Merge · 7f7da689
      unknown authored
      
      client/mysqltest.c:
        SCCS merged
      7f7da689
    • unknown's avatar
      mysqltest.c: · 94f3584b
      unknown authored
        To solve bug#8455, call mysql_affected_rows() earlier, before query to find warnings
      
      
      client/mysqltest.c:
        To solve bug#8455, call mysql_affected_rows() earlier, before query to find warnings
      94f3584b
    • unknown's avatar
      Merge · 577f140e
      unknown authored
      
      include/my_sys.h:
        Auto merged
      libmysql/Makefile.shared:
        Auto merged
      mysys/default.c:
        SCCS merged
      577f140e
    • unknown's avatar
      post-review fixes · 6b4dbcb4
      unknown authored
      
      include/my_sys.h:
        added prototype for the defaults correction function
      libmysql/Makefile.shared:
        my_chsize added to libmysql to let my_correct_defaults_file be used from libmysql
      mysys/default.c:
        New defaults function added we use it to correct defaults file. Currently the function doesn't lock defaults
        file. This is because of the linking and backwards-compatibility issues. This needs to be fixed later.
      mysys/my_chsize.c:
        comment added
      server-tools/instance-manager/buffer.cc:
        cleanup
      server-tools/instance-manager/commands.cc:
        refactoring: removed do_command method from most of the classes
      server-tools/instance-manager/commands.h:
        cleanup
      server-tools/instance-manager/guardian.cc:
        cleanup
      server-tools/instance-manager/instance.cc:
        cleanup
      server-tools/instance-manager/instance_map.cc:
        cleanup
      server-tools/instance-manager/instance_options.cc:
        cleanup
      server-tools/instance-manager/instance_options.h:
        cleanup
      server-tools/instance-manager/listener.cc:
        cleanup
      server-tools/instance-manager/log.cc:
        cleanup
      server-tools/instance-manager/manager.cc:
        cleanup
      server-tools/instance-manager/messages.cc:
        new errors added
      server-tools/instance-manager/mysql_connection.cc:
        cleanup
      server-tools/instance-manager/mysql_manager_error.h:
        new error codes added
      server-tools/instance-manager/mysqlmanager.cc:
        clenup
      server-tools/instance-manager/options.cc:
        cleanup
      server-tools/instance-manager/parse.cc:
        removed unused function
      server-tools/instance-manager/parse.h:
        removed prototype
      server-tools/instance-manager/protocol.cc:
        cleanup
      server-tools/instance-manager/protocol.h:
        added enum to be used in protocol.cc instead of the constants
      6b4dbcb4
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · 0697f1d1
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      0697f1d1
    • unknown's avatar
      mysqltest.c: · 8fd8d819
      unknown authored
        To solve bug#6193, also reset require when using 'eval' for running query
      mysql-test-run.pl:
        In cleanup, remove possible soft link to var directory
      
      
      mysql-test/mysql-test-run.pl:
        In cleanup, remove possible soft link to var directory
      client/mysqltest.c:
        To solve bug#6193, also reset require when using 'eval' for running query
      8fd8d819
    • unknown's avatar
      ndb - wl-2451 update schemafile format change to 5.0.6 · db261667
      unknown authored
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        version update
      ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        version update
      ndb/src/kernel/blocks/dbdict/SchemaFile.hpp:
        version update
      ndb/src/kernel/blocks/dbdict/printSchemaFile.cpp:
        version update
      db261667
    • unknown's avatar
      ndb - testScan -n ScanRead488O fix · 194745cd
      unknown authored
      
      ndb/test/ndbapi/testScan.cpp:
        remove added test feature
      194745cd
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · f4038de7
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      f4038de7
    • unknown's avatar
      mtr_report.pl, mtr_process.pl, mysql-test-run.pl: · bea0e79f
      unknown authored
        Added option --vardir=<directory> for feature bug#10096
      
      
      mysql-test/mysql-test-run.pl:
        Added option --vardir=<directory> for feature bug#10096
      mysql-test/lib/mtr_process.pl:
        Added option --vardir=<directory> for feature bug#10096
      mysql-test/lib/mtr_report.pl:
        Added option --vardir=<directory> for feature bug#10096
      bea0e79f
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · 3f53fa14
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/lib/init_db.sql:
        Auto merged
      3f53fa14
    • unknown's avatar
      mysql-test-run.pl: · 657469ba
      unknown authored
        Not to conflict with Windows return code 2 for "not found", use 62 for "skip"
      init_db.sql:
        Initial db updates
      
      
      mysql-test/lib/init_db.sql:
        Initial db updates
      mysql-test/mysql-test-run.pl:
        Not to conflict with Windows return code 2 for "not found", use 62 for "skip"
      657469ba