An error occurred fetching the project authors.
- 30 Sep, 2005 1 commit
-
-
jonas@perch.ndb.mysql.com authored
analog with defaults_extra_file and defaults_grouop_suffix
-
- 14 Sep, 2005 2 commits
-
-
ingo@mysql.com authored
After merge fix.
-
ingo@mysql.com authored
Enlarged the counter variables to ulonglong.
-
- 30 Aug, 2005 1 commit
-
-
SergeyV@selena. authored
string while replicating LOAD DATA INFILE statement.
-
- 19 Aug, 2005 1 commit
-
-
elliot@mysql.com authored
-
- 17 Aug, 2005 1 commit
-
-
elliot@mysql.com authored
In cp932, '\' character can be the second byte in a multi-byte character stream. This makes it difficult to use mysql_escape_string. Added flag to indicate which languages allow '\' as second byte of multibyte sequence so that when putting a prepared statement into the binlog we can decide at runtime whether hex encoding is really needed.
-
- 08 Aug, 2005 1 commit
-
-
bar@mysql.com authored
(important for Adobe). mf_pack.c, mf_dirname.c, charset.c, my_sys.h: - adding fs_character_set() function on Windows - ignoring fake slashes which are just multibyte parts in several functions in /mysys Verified by Shu to work on WinXP and Win2k. Test is not possible, or very hard to do.
-
- 31 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Change bool in C code to my_bool Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
-
- 20 Jul, 2005 1 commit
-
-
- 18 Jul, 2005 2 commits
-
-
monty@mishka.local authored
get_defaults_file() -> get_defaults_options()
-
monty@mishka.local authored
Changed defaults option --instance to --defaults-group-suffix Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX mysql_print_defaults now understands --defaults-group-suffix Remove usage of my_tempnam() (not safe function) if( -> if ( and while( to while (
-
- 24 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
it can use it to switch to only quoting apostrophes by doubling them when it is in effect. (Bug #10214)
-
- 07 Jun, 2005 1 commit
-
-
joreland@mysql.com authored
which enables having multiple mysqld in same my.cnf without mysql_multi or IM
-
- 06 Jun, 2005 1 commit
-
-
- 25 May, 2005 1 commit
-
-
monty@mysql.com authored
Faster detection of wrong table names (like PRN) on windows
-
- 20 May, 2005 1 commit
-
-
reggie@mdk10.(none) authored
The problem was that on Windows the access method indicates that access to file such as "com1" and "lpt1" is allowed (since they are device names) and this causes mysql to attempt to open them as databases or tables. The fix was to write our own my_access method that uses other Win32 functions to determine if the given argument is indeed a file and has to requested mode.
-
- 19 May, 2005 1 commit
-
-
konstantin@mysql.com authored
This fixes a compilation failure in mysql_com.h, which doesn't have 'uint' alias visibile. Maybe worth while changing to unsigned int, but the rest of functions that work with defaults files return int.
-
- 18 May, 2005 1 commit
-
-
Changed name of function my_correct_default_file to modify_defaults_file. Improved function and fixed some bugs in it.
-
- 15 May, 2005 1 commit
-
-
petr@mysql.com authored
-
- 05 May, 2005 1 commit
-
-
kent@mysql.com authored
Initial Metrowerks CodeWarrior compiler support
-
- 28 Apr, 2005 2 commits
-
-
jimw@mysql.com authored
add handling of configuration file in the Windows shared system directory. (Bug #5354)
-
ingo@mysql.com authored
Changed the creation of the .MRG file so that only the table name is written when the MyISAM table is in the same database as the MERGE table, a relative path is used in other cases in mysqld, and possibly an absolute path is used in an embedded server. No test case is added as the external behaviour is unchanged. Only the file names within the .MRG file are changed.
-
- 05 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
fix a race condition in TC_LOG_BINLOG::unlog
-
- 25 Mar, 2005 1 commit
-
-
konstantin@mysql.com authored
provide created shared memory objects with proper access rights to make them usable when client and server are running under different accounts. Post review fixes.
-
- 17 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
don't call escape_string_for_mysql() unnecesary don't overwrite local buffer escape_string_for_mysql(): take a length of the destination buffer as an argument
-
- 15 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
define _XOPEN_SOURCE=500 for solaris include/my_sys.h remove a cast
-
- 08 Mar, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
Reverted Jim's patch.
-
- 04 Mar, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 03 Mar, 2005 2 commits
-
-
joerg@mysql.com authored
-
jimw@mysql.com authored
non-seekable files like FIFOs can be used for logs other than the binlog. (Bug #8271)
-
- 22 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 20 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 19 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 18 Feb, 2005 1 commit
-
-
petr@mysql.com authored
-
- 26 Jan, 2005 1 commit
-
-
ram@gw.mysql.r18.ru authored
to avoid linking problems referring to the variable from .c programs.
-
- 15 Jan, 2005 1 commit
-
-
monty@mysql.com authored
-
- 03 Jan, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 23 Dec, 2004 1 commit
-
-
ingo@mysql.com authored
Changed my_error() to print error messages, which come from arbitrary registered ranges of error messages. Messages can be unregistered (and should be at end of the program). Added registration of handler error messages. Added a new mi_print_error() macro and a new mi_report_error() function, which supply error messages with a table name. Added calls to mi_print_error() or mi_report_error() at all places in MyISAM, where table corruption is detected.
-
- 14 Dec, 2004 1 commit
-
-
kaa@polly.local authored
-
- 28 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
fixed a bug that it discovered
-