An error occurred fetching the project authors.
- 28 Dec, 2010 1 commit
-
-
Kent Boortz authored
- Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
-
- 20 Nov, 2010 1 commit
-
-
Davi Arnaut authored
The autotools-based build system has been superseded and is being removed in order to ease the maintenance burden on developers tweaking and maintaining the build system. In order to support tools that need to extract the server version, a new file that (only) contains the server version, called VERSION, is introduced. The file contents are human and machine-readable. The format is: MYSQL_VERSION_MAJOR=5 MYSQL_VERSION_MINOR=5 MYSQL_VERSION_PATCH=8 MYSQL_VERSION_EXTRA=-rc The CMake based version extraction in cmake/mysql_version.cmake is changed to extract the version from this file. The configure to CMake wrapper is retained for backwards compatibility and to support the BUILD/ scripts. Also, a new a makefile target show-dist-name that prints the server version is introduced.
-
- 22 Jul, 2010 1 commit
-
-
Davi Arnaut authored
-
- 01 Dec, 2008 1 commit
-
-
Timothy Smith authored
current auto tools (create BUILD/autorun.sh based on 5.0 version). Remove some generated files from version control. Ignore some generated files.
-
- 28 Jan, 2007 1 commit
-
-
serg@janus.mylan authored
-
- 27 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Ensure that my_size_t is always unsigned (to get predictiable results from system to system) Removed some %lld, as these are not portable
-
- 23 Aug, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 21 Aug, 2006 1 commit
-
-
kent@mysql.com/g4-2.local authored
Deleted config/ac-macros/ha_berkeley.m4 Removed more referenses to bdb
-
- 19 Aug, 2006 1 commit
-
-
brian@zim.(none) authored
Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed.
-
- 06 Oct, 2005 1 commit
-
-
monty@mysql.com authored
Ensure that ccache is also used for C programs mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter Fixed test cases by adding missing DROP's and rename views to be of type 'v#' Removed MY_UNIX_PATH from fn_format() Removed current_db_used from TABLE_LIST Removed usage of 'current_thd' in Item_splocal Removed some compiler warnings A bit faster longlong2str code
-
- 18 May, 2005 1 commit
-
-
konstantin@mysql.com authored
Fix build scripts to create them.
-
- 05 May, 2005 1 commit
-
-
jimw@mysql.com authored
configure. It was already changed not to support additional options, but now it was trying to pass all of the options to ./configure. (Bug #8648)
-
- 27 Apr, 2005 1 commit
-
-
guilhem@mysql.com authored
-
- 23 Nov, 2004 1 commit
-
-
guilhem@mysql.com authored
away (old .Plo files in them showed to cause build problems for at least another dev and me, and they also cause problems after .c->.cc renames).
-
- 08 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Remove wait_if_global_read_lock on commit as this can cause deadlocks
-
- 27 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 20 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
-
- 19 Feb, 2003 2 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
- 12 Feb, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 09 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 31 Oct, 2002 1 commit
-
-
ram@ram.(none) authored
-
- 14 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 23 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
overrun sentry in my_vsnprintf() test will not be pushed yet
-
- 07 Feb, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 30 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for using quoted table names with the SJIS character set.
-
- 20 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 02 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix that DROP DATABASE works with all table types Use BULK_INSERT when inserting more than one row Better TRUNCATE TABLE
-
- 14 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 29 May, 2001 1 commit
-
-
mikef@nslinux.bedford.progress.com authored
-
- 05 Mar, 2001 1 commit
-
-
tim@threads.polyesthetic.msg authored
-
- 04 Mar, 2001 1 commit
-
-
tim@work.mysql.com authored
-
- 21 Feb, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Added test for ALTER TABLE ORDER BY
-
- 03 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples
-
- 31 Jan, 2001 1 commit
-
-
tim@threads.polyesthetic.msg authored
-
- 01 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 22 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
Allow multiple options to be passed to mysql-test-run.
-
- 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?
-