- 28 Nov, 2006 1 commit
-
-
into mysql.com:/usr/home/ram/work/bug21587/my50-bug21587
-
- 27 Nov, 2006 2 commits
-
-
jpipes@shakedown.(none) authored
into shakedown.(none):/home/jpipes/dev/mysql-5.0-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 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 10 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
columns to make sure they both exist and have the intended type
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
mysql_fix_privilege_tables.s's ability to convert the system tables as of 3.20 to current system table format Add similar test for 4.1.23 tables - but use "mysql < mysql_fix_privilege_tables.sql" so it can be run on any platform.
-
msvensson@neptunus.(none) authored
-
msvensson@shellback.(none) authored
-