- 31 Jan, 2005 8 commits
-
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
brian@zim.(none) authored
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-4.1
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug7011.4
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Fix tests after merge from 4.0
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Merge from 4.0
-
tulin@mysql.com authored
+ ion shutdown - don't close files that are not open + abort in debug - if closing a fd == -1
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
- 30 Jan, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Fix replication for multi-update new test - rpl_multi_update2
-
- 29 Jan, 2005 9 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
Sinisa@sinisa.nasamreza.org authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-tzbug
-
reggie@bob.(none) authored
into bob.(none):/home/reggie/bk/mysql41
-
reggie@bob.(none) authored
mysqldump.c: Trimmed some lines to be less than 80 chars. Using just NAME_LEN now for table name buffers
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
sergefp@mysql.com authored
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-4.1
-
brian@zim.(none) authored
-
- 28 Jan, 2005 10 commits
-
-
heikki@hundin.mysql.fi authored
Use a 32-bit right-shift implementation through a 64-bit integer that should work ok for both gcc and Visual C++; the code depended on defining SIZEOF_LONG, and that is not set when compiling ibbackup
-
heikki@hundin.mysql.fi authored
Fix Windows porting bugs that broke ibbackup: 1) wrong error check in for CreateDirectory(), 2) wrong error check if the file did not exist in DeleteFile(), 3) too strict sharing restrictions in os_file_create_simple(): when ibbackup called that function, it would not allow mysqld to write to the file
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-tzbug
-
pekka@mysql.com authored
into mysql.com:/export/space/pekka/ndb/version/my41
-
pekka@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
wrong order in c-file
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-tzbug
-
tomas@poseidon.ndb.mysql.com authored
ndbcluster requires more ports, this is the reason why builds will not start on multiple builds
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
- 27 Jan, 2005 12 commits
-
-
tomas@poseidon.ndb.mysql.com authored
added shared memory config parameter, signum for use in signalling added global variable for holdign signum to be used for shared memory connection only fiddle with signals if it is set simplified common ndb client option handling
-
kent@mysql.com authored
Added preparation of mysql_client_test(_embedded) and mysqltest(_embedded) Added --purify, --purecov, --quantify and --cxxfilt <cxxfiltprog> options mysql-test-run.sh: Report correctly combinations of embedded+ps-protocol etc Added initial Purify support
-
konstantin@mysql.com authored
-
reggie@bob.(none) authored
Added the get_actual_table_name function that issues a SHOW TABLES LIKE '%s'. This will get the table name in the proper case. We use this table name rather than the one given on the command line. This will prevent problems when importing SQL on Linux that was generated on a Windows platform where case can be an issue. mysqldump.c: call get_actual_table_name to get the table name in the proper case
-
heikki@hundin.mysql.fi authored
We accidentally checked if the DIRECTORY is of type OS_FILE_TYPE_UNKNOWN; our intention was to check if the FILE is that; best to remove the check altogether, as in crash recovery it is safest to try to open also files whose type is unknown os0file.c: Fix a bug: in Windows, os_file_readdir_next_file() returned OS_FILE_TYPE_UNKNOWN as the type of a regular file; this did not break mysqld, but did break ibbackup on Windows
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
pekka@mysql.com authored
into mysql.com:/export/space/pekka/ndb/version/my41
-
pekka@mysql.com authored
-
ingo@mysql.com authored
Adjusted the "Usage:" string. Ordered the option recognition in reverse order from "Usage:".
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-