- 18 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
mysqld >=4.1.3 will however understand shutdown requests sent by clients <4.1.3. And mysqld <4.1.3 will understand shutdown requests sent by clients >=4.1.3 (it will ignore the level). Those shutdown level are just PLACEHOLDERS now. So this change is just to make the 4.1 API suitable before it is frozen. Later we will actually implement the shutdown levels.
-
- 15 Jun, 2004 2 commits
-
-
guilhem@mysql.com authored
Comments on names still welcome.
-
guilhem@mysql.com authored
Server will however still accept shutdown without specified level; so that old mysqladmin can still shut server down. I would like your comments on the names of shutdown level which I chose. You are welcome to propose better names. Please however check WL#709 before. Reason for the names I propose is to be accurate, thus leaving possibility for other levels which we may imagine in the future; that's why I have rejected names like "fast", "smart", "graceful" so far. My position is that WAIT_ALL_BUFFERS or WAIT_CRITICAL_BUFFERS say what the shutdown does, whereas for "smart", "fast" you need to remember what it does. This should be pushed in 4.1.3 but only after your comments.
-
- 14 Jun, 2004 2 commits
-
-
bar@mysql.com authored
-
joreland@mysql.com authored
Plan is to introduce --flag, but Tomas will do that later.
-
- 12 Jun, 2004 4 commits
-
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/bk/mysql-4.1
-
paul@teton.kitebird.com authored
Fix couple of typos.
-
bar@mysql.com authored
E.g. 'Ch' is treated as a separate letter in Czech, not as a combination of C+h.
-
patg@krsna.patg.net authored
Fixed various issues to deal with untarring of gpl tar file, clearing configure.in, changed calls to use system vs. backticks
-
- 11 Jun, 2004 13 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.4014
-
serg@serg.mylan authored
use MYSQL_TCP_PORT instead of 3306 in tests
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
bar@mysql.com authored
-
joreland@mysql.com authored
-
bar@mysql.com authored
Reuse some code between simple and UCA collations.
-
bar@mysql.com authored
-
bar@mysql.com authored
- For simple character sets: from_uni convertion table. - For UCA: alternative weight arrays. Use mbminlen instead of MY_CS_NONTEXT
-
konstantin@mysql.com authored
reset mysql->status if there was an error in row reading.
-
heikki@hundin.mysql.fi authored
Put back the ha_innodb.cc source code lines that were accidentally removed in Jan Lindstrom's push yesterday (he used the account heikki@mysql.com)
-
- 10 Jun, 2004 18 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.1-root
-
konstantin@mysql.com authored
some reason wasn't included before. A lot of files cleaned up from #include <assert.h>
-
serg@serg.mylan authored
correct prefix compare with my_strnncoll
-
bell@sanja.is.com.ua authored
close table before opening in optimize
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-count-4.1
-
joreland@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-874
-
guilhem@mysql.com authored
exactly it's mapped to "ALTER TABLE t; ANALYZE TABLE t;"
-
bar@mysql.com authored
-
guilhem@mysql.com authored
New option --sync-binlog=x (and global settable variable) which will fsync the binlog after every x-th disk write to it. That is, if in autocommit mode, after every x-th statement written to the binlog; if using transactions, after every x-th transaction written to the binlog. x==0 means no fsync. x==1 is the slowest. There is no test added for this, I have just checked that it works as --sync-binlog=1 dramatically slows down mysqld. Made sync-frm a global settable variable.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-1595
-
guilhem@mysql.com authored
error messages when a query goes wrong. Note that from now on, if you run with --slave-skip-error=xx, then nothing will be printed to the error log when the slave is having this error xx and skipping it (but you don't care as you want to skip it).
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
-
tomas@poseidon.ndb.mysql.com authored
-
heikki@hundin.mysql.fi authored
Added function /*********************************************************************** This function stores binlog offset and flushes logs */ void innobase_store_binlog_offset_and_flush_log(char *binlog_name,longlong offset) requested by Guilhem to ha_innodb.cc and ha_innodb.h. Change made by Jan.Lindstrom@innodb.com
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-4.1
-
pem@mysql.comhem.se authored
-
bell@sanja.is.com.ua authored
-