- 28 Nov, 2003 1 commit
-
-
unknown authored
the relay log before flushing master.info. Doing 'before' leads to duplicate event, doing after leads to missing event. Both can be as destructive, but 'duplicate' enables us to later add detection code to catch it. Whereas 'missing' can't be caught (it can't, because the I/O thread can produce legal position jumps, for example if it has ignored an event coming from this slave (rememember that starting from 4.1.1, the I/O thread filters the server id).
-
- 26 Nov, 2003 6 commits
-
-
unknown authored
It was a forgotten ltime->neg=0 (neg was the only forgotten variable). I scanned field.cc for other places where we would forget to set neg, found none. A test for the bug. mysql-test/r/date_formats.result: result update mysql-test/t/date_formats.test: a test for BUG#1960 "date_format() returns spurious '-' for valid dates" sql/field.cc: When preparing ltime from the 3-byte date, don't forget to set ltime->neg to 0 (otherwise it remains unitialized). Dates are not allowed to be negative (only times can be, when they mean a time interval), so it's ok to always set neg to 0.
-
unknown authored
(declarations should be on top of a block) tests/client_test.c: - fixed compile error (declarations should be on top of a block)
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1-w1284 sql/sql_acl.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
WL#1284 (warnings about --skip-name-resolve) Messages corrected sql/share/czech/errmsg.txt: Message corrected sql/share/danish/errmsg.txt: Message corrected sql/share/dutch/errmsg.txt: Message corrected sql/share/english/errmsg.txt: Message corrected sql/share/estonian/errmsg.txt: Message corrected sql/share/french/errmsg.txt: Message corrected sql/share/german/errmsg.txt: Message corrected sql/share/greek/errmsg.txt: Message corrected sql/share/hungarian/errmsg.txt: Message corrected sql/share/italian/errmsg.txt: Message corrected sql/share/japanese/errmsg.txt: Message corrected sql/share/korean/errmsg.txt: Message corrected sql/share/norwegian-ny/errmsg.txt: Message corrected sql/share/norwegian/errmsg.txt: Message corrected sql/share/polish/errmsg.txt: Message corrected sql/share/portuguese/errmsg.txt: Message corrected sql/share/romanian/errmsg.txt: Message corrected sql/share/russian/errmsg.txt: Message corrected sql/share/serbian/errmsg.txt: Message corrected sql/share/slovak/errmsg.txt: Message corrected sql/share/spanish/errmsg.txt: Message corrected sql/share/swedish/errmsg.txt: Message corrected sql/share/ukrainian/errmsg.txt: Message corrected sql/sql_acl.cc: Messages corrected
-
unknown authored
Removed FLUSH_REMOVE flag (replaced it by FLUSH_RELEASE). my_sys.h: Removed FLUSH_REMOVE flag. include/my_sys.h: Removed FLUSH_REMOVE flag. myisam/mi_keycache.c: Removed FLUSH_REMOVE flag (replaced it by FLUSH_RELEASE).
-
unknown authored
Fixed typo that caused blocking key cache usage after resize. Removed wrong re-initialization of resize queue in init_key_cache. mysys/mf_keycache.c: Fixed typo that caused blocking key cache usage after resize. Removed wrong re-initialization of resize queue in init_key_cache.
-
- 25 Nov, 2003 24 commits
-
-
unknown authored
Fixed a bug: missing semicolon. sql/sql_union.cc: Fixed a bug: missing semicolon.
-
unknown authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
unknown authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1 mysql-test/r/create.result: Auto merged
-
unknown authored
temporary table BLOB now is longblob mysql-test/r/create.result: blob size changed for safety mysql-test/r/type_blob.result: blob size changed for safety mysql-test/r/type_ranges.result: blob size changed for safety mysql-test/r/union.result: blob size changed for safety new tests of UNION types merging mysql-test/t/union.test: new tests of UNION types merging sql/field.h: blob size changed for safety sql/item.cc: processing of collation added added comment sql/item.h: joining of UNION fields may failed now, because of incompatibility of collations sql/sql_union.cc: joining of UNION fields may failed now, because of incompatibility of collations
-
unknown authored
Added resize key cache test. tests/fork_big2.pl: Added resize key cache test.
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-2
-
unknown authored
ibbackup --apply-log must be able to rename a table based only on the space id innobase/fil/fil0fil.c: ibbackup --apply-log must be able to rename a table based only on the space id innobase/include/fil0fil.h: ibbackup --apply-log must be able to rename a table based only on the space id
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-4.1-root
-
unknown authored
Makefile.am: spurious space (from a bad merge) deleted mysql-test/r/rpl_change_master.result: test results updated
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
unknown authored
Fix for the resize key cache operation. include/keycache.h: Fix for the resize key cache operation. mysys/mf_keycache.c: Fix for the resize key cache operation.
-
unknown authored
Changes needed for ibbackup directory scanning fault tolerance innobase/os/os0file.c: Changes needed for ibbackup directory scanning fault tolerance innobase/include/os0file.h: Changes needed for ibbackup directory scanning fault tolerance
-
unknown authored
Docs/Makefile.am: Auto merged
-
unknown authored
-
unknown authored
Docs/Makefile.am: Auto merged
-
unknown authored
Docs/Makefile.am: - Removed COPYING.LIB from txt_files target
-
unknown authored
Docs/Makefile.am: Auto merged mysql-test/t/rpl_change_master.test: Auto merged mysys/my_getopt.c: Auto merged scripts/make_binary_distribution.sh: Auto merged scripts/make_win_src_distribution.sh: Auto merged support-files/mysql.spec.sh: Auto merged mysql-test/r/rpl_change_master.result: merged - ul
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
after it was removed from manual.texi (where it was automatically generated from). Docs/Makefile.am: - don't create COPYING.LIB anymore (was removed from manual.texi) Makefile.am: - Removed COPYING.LIB from the source distribution scripts/make_binary_distribution.sh: - Removed COPYING.LIB from the binary distribution scripts/make_win_src_distribution.sh: - Removed COPYING.LIB from the windows source distribution support-files/mysql.spec.sh: - Removed COPYING.LIB from the Server RPM
-
unknown authored
It can appear as a result of manual modifications with INSERT/UPDATE/DELETE This script converts privilege table to the state that could be created with GRANT commands only (with the exception of the short password) This is necessary for 5.0
-
unknown authored
"You can always mysql_real_query a query with placeholders after mysql_prepare()" sql/sql_class.cc: prepare_command removed sql/sql_class.h: prepare_command removed sql/sql_prepare.cc: prepare_command removed sql/sql_yacc.yy: prepare_command removed tests/client_test.c: added test for bug #1946: "You can always mysql_real_query a query with placeholders after mysql_prepare()"
-
unknown authored
libexec support in install_test_db --start-from in mysql-test-run mysql-test/install_test_db.sh: libexec support in install_test_db mysql-test/mysql-test-run.sh: --start-from in mysql-test-run
-
unknown authored
Marko's patch: check the position of some system table columns already at C compile time innobase/dict/dict0boot.c: Marko's patch: check the position of some system table columns already at C compile time
-
- 24 Nov, 2003 7 commits
-
-
unknown authored
confuses RPM's Perl module dependency checking (it adds a bogus requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931) scripts/mysqlaccess.sh: - Rephrased option help text so it does not start with "use" as this confuses RPM's Perl module dependency checking (it adds a bogus requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931) sql-bench/bench-init.pl.sh: - Rephrased option help text so it does not start with "use" as this confuses RPM's Perl module dependency checking (it adds a bogus requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
-
unknown authored
into mysql.com:/space/my/mysql-4.0-build
-
unknown authored
(see fulltext.test)
-
unknown authored
into mysql.com:/my/mysql-4.1
-
unknown authored
did not call get_one_option().
-
unknown authored
did not call get_one_option().
-
unknown authored
into mysql.com:/my/mysql-4.1
-
- 23 Nov, 2003 2 commits
-
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1
-
unknown authored
mysql-test/r/union.result: new tests, more correct results for old one mysql-test/t/union.test: new tests, more correct results for old one sql/field.cc: new way to make field types csting sql/field.h: new way to make field types csting sql/item.cc: new way to make field types csting sql/sql_derived.cc: fixed typo sql/sql_lex.h: comment added
-