- 25 Nov, 2003 18 commits
-
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mysql.com authored
-
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
-
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 10 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
-
monty@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
Now the I/O thread (in flush_master_info()) flushes the relay log to disk after reading every event. Slower but provides additionnal safety in case of brutal crash. I had to make the flush optional (i.e. add a if(some_bool_argument) in the function) because sometimes flush_master_info() is called when there is no usable relay log (the relay log's IO_CACHE is not initialized so can't be flushed).
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mysql.com authored
-
monty@mysql.com authored
Added option --max-record-length=# to myisamchk Don't try repair twice if doing myisamchk --repair --force Shared memory handler didn't clean up things on errors or shutdown
-
bell@sanja.is.com.ua authored
-
- 22 Nov, 2003 5 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg1500-2
-
dlenev@dlenev.mshome authored
We treat Item_param whose value is not set as non-const. This allows us to avoid use of Item_param's value (not yet existing) in those fix_fields and fix_length_and_dec that do calculations if their Items arguments are const. So we can call fix_fields for such items from mysql_prepare safely.
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mysql.com authored
Don't flush cur_log (relay log) on flush_relay_log_info becasue this crashes the server if cur_log is 'hot' and the io_thread has changed log file. Updated project files for windows Made rpl_change_master.test portable Ensure that mutex are not freed if not initilized
-