- 16 Oct, 2002 6 commits
-
-
unknown authored
-
unknown authored
Ignore changed keyblocks when on does DELETE FROM table_name; acinclude.m4: Don't give warnings when using openssl installed in /usr/include with gcc 3.x myisam/mi_delete_all.c: Ignore changed keyblocks when on does DELETE FROM table_name; mysql-test/r/null_key.result: Fix null test sql/ha_innodb.cc: Fix bug in last merge sql/sql_parse.cc: Fix bug introduced with merge
-
unknown authored
BitKeeper/etc/logging_ok: auto-union sql/mysqld.cc: Auto merged
-
unknown authored
BitKeeper/etc/logging_ok: auto-union BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8: Auto merged BitKeeper/deleted/.del-MySQLEULA.txt: Delete: Docs/MySQLEULA.txt BitKeeper/deleted/.del-global.h~e80d28157acfdcb5: Auto merged Build-tools/mysql-copyright-2: Auto merged Build-tools/mysql-copyright: Auto merged heap/heapdef.h: Auto merged heap/hp_open.c: Auto merged innobase/btr/btr0cur.c: Auto merged innobase/lock/lock0lock.c: Auto merged innobase/os/os0file.c: Auto merged innobase/os/os0thread.c: Auto merged myisam/mi_open.c: Auto merged mysql-test/Makefile.am: Auto merged mysql-test/t/null_key.test: Auto merged mysys/safemalloc.c: Auto merged scripts/make_binary_distribution.sh: Auto merged scripts/mysqld_safe.sh: Auto merged scripts/mysqlhotcopy.sh: Auto merged sql/field.h: Auto merged sql/field_conv.cc: Auto merged sql/ha_innodb.h: Auto merged sql/item.cc: Auto merged sql/sql_db.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged sql/table.cc: Auto merged tests/grant.res: Auto merged Build-tools/Do-compile: merge Docs/manual.texi: merge configure.in: merge mysql-test/r/distinct.result: merge mysql-test/r/null_key.result: merge sql/ha_innodb.cc: merge sql/item.h: merge sql/log.cc: merge sql/mysqld.cc: merge support-files/mysql.spec.sh: merge
-
unknown authored
-
unknown authored
Docs/manual.texi: ChangeLog sql/field.h: New virtual function to set a field to null or signal an error sql/field_conv.cc: New function to set a field to null or signal an error sql/item.cc: When setting a field to null internally (for WHERE testing) don't autoconvert NULL -> now() or last_insert_id() sql/item.h: New virtual function to set a field to null or signal an error
-
- 15 Oct, 2002 14 commits
-
-
unknown authored
-
unknown authored
Fix typo in earlier commit innobase/btr/btr0cur.c: Fix typo in earlier commit
-
unknown authored
Fix bug: range estimator exaggerated small range size greatly if the paths in the B-tree happened to branch on a high level innobase/btr/btr0cur.c: Fix bug: range estimator exaggerated small range size greatly if the paths in the B-tree happened to branch on a high level
-
unknown authored
into mysql.com:/space/my/mysql-3.23
-
unknown authored
-
unknown authored
-
unknown authored
client/mysql.cc: Fixed a bug in --pager when used with --disable- or --skip- prefixes. client/mysqladmin.c: Fixed a bug in --wait, which didn't take an optional argument while it should. sql/mysqld.cc: Fixed a type and a bug in --transaction-isolation option in mysqld.cc
-
unknown authored
Build-tools/Do-compile: - fixed brainfart that ruined the 3.23.53-Max binaries: of course "--with-innodb" has to be added, when requested (will be part of 3.23.53a packages now)
-
unknown authored
mysys/my_getopt.c: Fixed a bug in my_getopt; using NULL or 0 as u_max_value caused segmentation fault even in those programs that didn't have any use for this feature (prefix --maximum)
-
unknown authored
Fixed the remaining join variations, (left, right, natural, etc). (Previous fix only solved "," and "[cross] join".) mysql-test/r/select.result: Added more test case results for more braced join fixes. mysql-test/t/select.test: Added more tests for braced join fixes. sql/sql_yacc.yy: Changed the remaining join_table_list cases to handle braces. Also added some precedence declaration to silence shift/reduce conflicts warnings that turned up after these fixes.
-
unknown authored
into mysql.com:/home/pem/work/mysql-4.0 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
Docs/manual.texi: ChangeLog
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 14 Oct, 2002 3 commits
-
-
unknown authored
create_tmp_table fails.
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
WHERE column_name = key_column_name was calculated as true for NULL values. Docs/manual.texi: Changelog mysql-test/r/distinct.result: Updated results caused by bug fix. mysql-test/r/null_key.result: New tests mysql-test/t/null_key.test: New tests sql/sql_select.cc: Additional change for previous changeset for using BLOB in GROUP BY
-
- 13 Oct, 2002 6 commits
-
-
unknown authored
Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc. Don't initalize memory areas when run with --skip-safemalloc. Docs/manual.texi: ChangeLog heap/heapdef.h: Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc. heap/hp_open.c: Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc. mysys/safemalloc.c: Don't initalize memory areas when run with --skip-safemalloc. This can in some cases increase speed with 20 times when debugging
-
unknown authored
into mysql.com:/space/my/mysql-4.0-automake
-
unknown authored
- Updated scripts/make_binary_distribution and scripts/mysql-copyright* accordingly BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8: Delete: Docs/LICENSE BitKeeper/deleted/.del-MySQLEULA.doc~e7fa298916345cf3: Delete: Docs/MySQLEULA.doc Build-tools/mysql-copyright-2: - replaced LICENSE with MySQLEULA.txt Build-tools/mysql-copyright: - replaced LICENSE with MySQLEULA.txt scripts/make_binary_distribution.sh: - replaced LICENSE with MySQLEULA.txt
-
unknown authored
Docs/MySQLEULA.txt: - replaced tabs with spaces
-
unknown authored
- bumped up version number to 3.23.54 in configure.in - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified scripts/make_binary_distribution.sh and Build-tools/mysql-copyright* accordingly. BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8: Delete: Docs/LICENSE Build-tools/mysql-copyright-2: - replaced LICENSE with MySQLEULA.txt Build-tools/mysql-copyright: - use "tar" instead of "gtar" - replaced LICENSE with MySQLEULA.txt configure.in: - Bumped up version number to 3.23.54 now that 3.23.53 has been tagged scripts/make_binary_distribution.sh: - replaced LICENSE with MySQLEULA.txt
-
unknown authored
-
- 12 Oct, 2002 3 commits
-
-
unknown authored
Docs/manual.texi: added text for fixes mysql-test/r/multi_update.result: new test case for multi-table deletes mysql-test/t/multi_update.test: new test case for multi-table deletes sql/sql_delete.cc: fix for multi-table deletes sql/sql_update.cc: fix for multi-table updates
-
unknown authored
GROUP BY ... ORDER BY queries. Docs/manual.texi: ChangeLog
-
unknown authored
This is a simple fix, allowing a join_table_list in the right reduction of a normal_join sequence, instead of just a join_table. This makes things like "t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead of ",". This should fix the bug reported as: Subject: ODBC SQL syntax issue From: Ivan Vazharov Date: Mon, 30 Sep 2002 12:02:42 +0200 mysql-test/r/select.result: Results from new test cases for removing braces in joins. mysql-test/t/select.test: New test cases for removing braces in joins. sql/sql_yacc.yy: Allow (and remove) braces in all parts of a normal_join list, not just the first one. Also added three missing ';'. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 11 Oct, 2002 1 commit
-
-
unknown authored
Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20 innobase/os/os0thread.c: Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
-
- 10 Oct, 2002 1 commit
-
-
unknown authored
-
- 09 Oct, 2002 6 commits
-
-
unknown authored
Docs/manual.texi: - added missing changelog entry - fixed typo
-
unknown authored
from manual texi Docs/manual.texi: - removed version numbers of GNU tools from the feature list (they are going to change from time to time again and the current required version number should probably be kept in one chapter only)
-
unknown authored
Docs/manual.texi: SCCS merged
-
unknown authored
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
-