- 28 Nov, 2006 19 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/work/my51-work
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/work/my50-work
-
msvensson@neptunus.(none) authored
After that it will by default use log tables. That setting can be overruled by adding a -master.opt file like mysql_client_test has.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/work/my50-work
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/work/my50-work
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
if that is same as opt_mem it can be removed
-
msvensson@neptunus.(none) authored
with the function where vardir's are created
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/work/my50-work
-
msvensson@neptunus.(none) authored
- Better control of when to create/remove vardir
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/work/my50-work
-
msvensson@neptunus.(none) authored
And if var/ has been created, it will be recreated later so the logs from "mtr_kill_leftovers" will be lost anyway
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
ramil/ram@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/bug21587/my51-bug21587
-
ramil/ram@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/bug21587/my51-bug21587
-
- 27 Nov, 2006 10 commits
-
-
tsmith/tim@siva.hindu.god authored
-
jpipes@shakedown.(none) authored
into shakedown.(none):/home/jpipes/dev/mysql-5.0-maint
-
jpipes@shakedown.(none) authored
into shakedown.(none):/home/jpipes/dev/mysql-5.1-new-maint2
-
msvensson@neptunus.(none) authored
master_port after a "change master" will be set to the compiled in default value i.e not always the same as what the master report as it's port number.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Don't link mysql_upgrade with mysys
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
Problems (appear only under some circumstances): 1. we get a reference to a deleted table searching in the thd->handler_tables_hash in the mysql_ha_read(). 2. DBUG_ASSERT(table->file->inited == handler::NONE); assert fails in the close_thread_table(). Fix: end open index scans and table scans and remove references to the tables from the handler tables hash. After this preparation it is safe to close the tables. The close can no longer fail on open index/table scans and the closed table will not be used again by handler functions.
-
- 24 Nov, 2006 7 commits
-
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
-
kaa@polly.local authored
into polly.local:/tmp/maint/bug22077/my51-bug22077
-
knielsen@ymer.(none) authored
into ymer.(none):/usr/local/mysql/tmp/mysql-5.0-gca
-
knielsen@ymer.(none) authored
into ymer.(none):/usr/local/mysql/tmp/mysql-5.1-new-maint
-
knielsen@ymer.(none) authored
into ymer.(none):/usr/local/mysql/tmp/mysql-5.0-gca
-
knielsen@ymer.(none) authored
traces in Valgrind (broken libc6-dbg). Installing libc6-dbg on Debian will still provide proper bactraces, even without setting LD_LIBRARY_PATH explicitly.
-
- 23 Nov, 2006 4 commits
-
-
msvensson@neptunus.(none) authored
since that is where the lang files etc are
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Remove other warnings about unused variables
-