- 23 May, 2003 1 commit
-
-
administrador@light.hegel.local authored
-
- 22 May, 2003 7 commits
-
-
guilhem@mysql.com authored
This is because rpl_relayrotate.test uses InnoDB. Example of a failing sequence: rpl_relayrotate.test repl_user_variables.test rpl_relayrotate.test Explaination in the files. Btw all other tests which use InnoDB (innodb*.test) already have this final DROP TABLE. Removed a wrong comment of mine.
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
default_collation is now displayed correctly in mysqld --help mysqld --help now displays default_collation corretly, according to --default-character-set
-
bar@bar.mysql.r18.ru authored
Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
-
bar@bar.mysql.r18.ru authored
Typos fixes
-
bar@bar.mysql.r18.ru authored
Bug fix: latin1 is not compiled charset and is not specified.. mysql.cc: Bug fix: latin1 is not compiled charset and is not specified...
-
monty@mashka.mysql.fi authored
-
- 21 May, 2003 17 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
bar@bar.mysql.r18.ru authored
collation_client -> character_set_client collation_results -> character_set_results character_set -> character_set_server SET NAMES now doesn't start client->server conversion SET CHARACTER SET now starts both client->server and server->client conversion
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
"character_set_system" has been added to display the system character set
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
venu@myvenu.com authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
venu@myvenu.com authored
-
venu@myvenu.com authored
Updated protocol test
-
ram@mysql.r18.ru authored
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.latest
-
bar@bar.mysql.r18.ru authored
--default-character-set and --default-collation
-
ram@mysql.r18.ru authored
-
venu@myvenu.com authored
-
venu@myvenu.com authored
-
venu@myvenu.com authored
-
venu@myvenu.com authored
Added MYSQL_TYPE_NULL as a dummy bind case for fetch buffers Fix for offset based re-fetch using mysql_fetch_column Misc cleanups for ODBC compatibility
-
- 20 May, 2003 4 commits
-
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
guilhem@mysql.com authored
version is '-log', '-debug' etc.
-
- 19 May, 2003 7 commits
-
-
monty@narttu.mysql.fi authored
-
bell@sanja.is.com.ua authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
-
- 18 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Better instructions for the user if adding of new ibdata files fails
-
- 17 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
When calculating the buf pool dirty pages ratio, add also free pages to the LRU list length: no need to active flushing if there are lots of free pages in the buffer pool
-
- 16 May, 2003 2 commits
-
-
guilhem@mysql.com authored
-
heikki@hundin.mysql.fi authored
Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush trx0trx.c: Add forgotten return value (it was not used anywhere, fortunately) ha_innodb.h, mysql_priv.h: Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
-