- 28 Nov, 2006 8 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
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
-
into mysql.com:/usr/home/ram/work/bug21587/my50-bug21587
-
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
-
- 27 Nov, 2006 3 commits
-
-
jpipes@shakedown.(none) authored
into shakedown.(none):/home/jpipes/dev/mysql-5.0-maint
-
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.
-
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 4 commits
-
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
-
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.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 13 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
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
And it's not an "opt"
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Put 'my_getpagesize' in it's own .c file - Map the call 'my_getpagesize' directly to 'getpagesize' if it exists - Add default implementation for 'my_getpagesize' to be used if no platform specfic function exists
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
- 22 Nov, 2006 10 commits
-
-
into mysql.com:/usr/home/ram/work/bug21789/my41-bug21789
-
into mysql.com:/usr/home/ram/work/bug21789/my50-bug21789
-
into mysql.com:/usr/home/ram/work/bug21789/my50-bug21789
-
into mysql.com:/usr/home/ram/work/bug22029/my50-bug22029
-
into mysql.com:/usr/home/ram/work/bug22029/my41-bug22029
-
into mysql.com:/usr/home/ram/work/bug22029/my50-bug22029
-
iggy@rolltop.ignatz42.dyndns.org authored
- Use more appropriate test case.
-
iggy@rolltop.ignatz42.dyndns.org authored
- Post Merge Fix.
-
into mysql.com:/usr/home/ram/work/bug22029/my50-bug22029
-
iggy@rolltop.ignatz42.dyndns.org authored
- Client side readline functions unconditionally search for Unix '\n' line endings. In this case, the delimiter statement was set to '//\r' instead of the intended '//'. When removing the '\n' check for and remove preceeding '\r' character as well.
-
- 21 Nov, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-