- 28 Nov, 2003 1 commit
-
-
guilhem@mysql.com 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
-
-
guilhem@mysql.com 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.
-
lenz@kallisto.local authored
(declarations should be on top of a block)
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1-w1284
-
hf@deer.(none) authored
WL#1284 (warnings about --skip-name-resolve) Messages corrected
-
igor@rurik.mysql.com authored
Removed FLUSH_REMOVE flag (replaced it by FLUSH_RELEASE). my_sys.h: Removed FLUSH_REMOVE flag.
-
igor@rurik.mysql.com authored
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
-
-
igor@rurik.mysql.com authored
Fixed a bug: missing semicolon.
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1
-
bell@sanja.is.com.ua authored
temporary table BLOB now is longblob
-
igor@rurik.mysql.com authored
Added resize key cache test.
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-2
-
heikki@hundin.mysql.fi authored
ibbackup --apply-log must be able to rename a table based only on the space id
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.1-root
-
serg@serg.mylan authored
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
igor@rurik.mysql.com authored
Fix for the resize key cache operation.
-
heikki@hundin.mysql.fi authored
Changes needed for ibbackup directory scanning fault tolerance
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
lenz@mysql.com authored
after it was removed from manual.texi (where it was automatically generated from).
-
serg@serg.mylan 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
-
konstantin@oak.local authored
"You can always mysql_real_query a query with placeholders after mysql_prepare()"
-
serg@serg.mylan authored
libexec support in install_test_db --start-from in mysql-test-run
-
heikki@hundin.mysql.fi authored
Marko's patch: check the position of some system table columns already at C compile time
-
- 24 Nov, 2003 7 commits
-
-
lenz@mysql.com authored
confuses RPM's Perl module dependency checking (it adds a bogus requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
serg@serg.mylan authored
(see fulltext.test)
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
jani@rhols221.adsl.netsonic.fi authored
did not call get_one_option().
-
jani@rhols221.adsl.netsonic.fi authored
did not call get_one_option().
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
- 23 Nov, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1
-
bell@sanja.is.com.ua authored
-