An error occurred fetching the project authors.
- 27 May, 2008 1 commit
-
-
Davi Arnaut authored
-
- 11 Apr, 2007 1 commit
-
-
df@pippilotta.erinye.com authored
BUG#27701 don't pass arguments to sourced script if they're not modified as this is either a no-op (if done correctly), a different no-op with some shells (if done the bash way, but with correct quoting) or breaks arguments with whitespace for some shells (if done the bash way, without quotes).
-
- 06 Apr, 2006 1 commit
-
-
konstantin@mysql.com authored
argument can be either "pedantic" or "old" (actually, or anything else). In case of "pedantic" mode, use -ansi -pedantic compilation flags. Fix the build to compile in pedantic mode. (Version 3 of the patch, with after-review fixes)
-
- 05 Apr, 2006 2 commits
-
-
konstantin@mysql.com authored
never defined. It was used at some point to add -Wuninitialized to debug flags, but not any more. If there is still need to add -Wunitialized, it can be added directly to $global_warnings.
-
konstantin@mysql.com authored
-
- 19 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
(Simpler fix than last commit -- no need to mess with base_cxxflags.)
-
- 13 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
all architectures, and in sync with the flags used to build the MySQL Max packages. Also back-port AMD64 build scripts from 5.0.
-
- 29 Jul, 2004 1 commit
-
-
pem@mysql.comhem.se authored
(since it's in the other -max builds already).
-
- 24 May, 2004 1 commit
-
-
monty@mysql.com authored
Update of VC++ project files.
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 04 Nov, 2003 1 commit
-
-
monty@mysql.com authored
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 08 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Remove wait_if_global_read_lock on commit as this can cause deadlocks
-
- 29 Sep, 2003 1 commit
-
-
guilhem@mysql.com authored
is involving an assembly function. Testcase was BUG#1194 SELECT @A:=1; SELECT @A, @A:=1;
-
- 30 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bug in ALTER TABLE ... MODIFY integer-column Added ref_or_null optimization (needed for subqueries)
-
- 13 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Allow syntax CREATE TABLE t1 (LIKE t2)
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 04 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 06 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 15 Apr, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 23 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 09 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
not yet tested - will not be pushed for a few hours - need to commit in order to pull
-
- 06 Apr, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in variable assignment in mysqltest fixed coredump on conversion from empty blob/text to date added test case for empty blob conversion to date
-
- 11 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Added missing files for innobase to the distribution
-
- 08 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Updated manual about INNOBASE and BDB
-
- 21 Feb, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Added test for ALTER TABLE ORDER BY
-
- 20 Feb, 2001 2 commits
-
-
monty@donna.mysql.com authored
-
monty@donna.mysql.com authored
Fixes for Innobase Don't reset whole to-buffer in strxnmov
-
- 29 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 20 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
fix to make ENCRYPT work BUILD/compile-pentium-debug debug has different warnings BUILD/FINISH.sh save symbol table and dissassembled code with symobls available before strip use $do_make for make decision instead of $make to avoid conflict BUILD/SETUP.sh export AM_MAKEFLAGS fast is now -fno-omit-frame-pointer, the opposite is now called reckless configure.in fixes to make CRYPT work again Docs/Makefile.am hack to avoid rebuilding the manual on make clean -why does Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
-
- 18 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
- consolidate common functionality into one place - make them detect gmake/make
-
- 14 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 16 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
make -j 2 mysys/my_open.c my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT sql/log.cc fixed up IO_CACHE to make replication work, not fully yet sql/log_event.cc fixed up IO_CACHE
-
- 11 Nov, 2000 1 commit
-
-
sasha@laptop.slkc.uswest.net authored
-
- 01 Aug, 2000 2 commits
-
-
sasha@mysql.sashanet.com authored
-
monty@work.mysql.com authored
this message will appear in the change set
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-