- 15 Mar, 2005 38 commits
-
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-5.0
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-4.1
-
reggie@mdk10.(none) authored
This is a modifiction of my previous patch after receiving feedback. This is a better way to fix the problem. With this patch, data directory and index directory will use only forward slashes (/) when on Windows. mysqldump.c: Removed fixPaths routine. Was improper fix for bug #6660 sql_show.cc: Changed append_directory to convert backslashes to foward slashes when on Windows.
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0
-
ramil@mysql.com authored
-
ramil@mysql.com authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-This is mostly fixes for correct behaviour when using query cache + transactions + the thread that fetches commit count from NDB at regular intervals. The major fix is to add a list in thd_ndb, that keeps a list of NDB_SHARE's that were modified by transaction and then "clearing" them in ndbcluster_commit.
-
konstantin@mysql.com authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-5.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
ramil@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
lenz@mysql.com authored
"mysql-pro-gpl-cert" packages as well (thanks to Kent for the suggestion)
-
lenz@mysql.com authored
Applied some changes to the mysql.server init script that are already shipped as an additional patch in the 4.1.10a RPMs for SLES9/RHEL3: - small improvement: use LSB functions to display startup success and failure, if available. Fall back to more primitive builtin functions otherwise. - joined two pieces of code performing the same functionality into one "wait_for_pid" function - added a "reload" function (LSB requirement)
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my50
-
pekka@mysql.com authored
-
joerg@mysql.com authored
at function level.
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/4.1.b8799
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
marko@hundin.mysql.fi authored
dict_load_table(): Remove unused label that was accidentally introduced in a 4.0->4.1->5.0 merge.
-
ramil@mysql.com authored
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
patg@krsna. authored
into krsna.:/home/patg/test/mysql-5.0
-
patg@krsna. authored
Konstja and Georg, change sets 1.1806, 1.1805. These changes has been successfully tested on both my own workstation (Suse 9.0) and production.mysql.com.
-
sergefp@mysql.com authored
-
heikki@hundin.mysql.fi authored
Add diagnostics to track why ut_a(block->state == BUF_BLOCK_FILE_PAGE) failed in buf_flush_ready_for_replace() for a user
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug8510
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug8510
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/merge-4.1
-
paul@snake-hub.snake.net authored
Fix path that needs no parameterization.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug8510
-
konstantin@mysql.com authored
Item_sum_count_distinct, and deploy Unique for use with COUNT(DISTINCT) if there is no blob column in the list of DISTINCT arguments.
-
- 14 Mar, 2005 2 commits
-
-
-
reggie@mdk10.(none) authored
This really should not happen on Windows and part of the problem not fixed here is why show create table includes data directory when being run on Windows. However, this patch fixes the bug in mysqldump.c mysqldump.c: Added fixPaths function to convert \ to / in data directory and index directory entries only on Windows
-