An error occurred fetching the project authors.
- 09 Nov, 2006 1 commit
-
-
stewart@willster.(none) authored
If we have the XFS headers (at build time) we can use XFS specific ioctls (once testing the file is on XFS) to better allocate space. This dramatically improves performance of mysql-test-run cases as well: e.g. number of extents for ndb_dd_basic tablespaces and log files BEFORE this patch: 57, 13, 212, 95, 17, 113 WITH this patch : ALL 1 or 2 extents (results are consistent over multiple runs. BEFORE always has several files with lots of extents). As for timing of test run: BEFORE ndb_dd_basic [ pass ] 107727 real 3m2.683s user 0m1.360s sys 0m1.192s AFTER ndb_dd_basic [ pass ] 70060 real 2m30.822s user 0m1.220s sys 0m1.404s (results are again consistent over various runs) similar for other tests (BEFORE and AFTER): ndb_dd_alter [ pass ] 245360 ndb_dd_alter [ pass ] 211632
-
- 07 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 02 Nov, 2006 1 commit
-
-
Raise version number to 4.1.23
-
- 01 Nov, 2006 1 commit
-
-
petr/cps@mysql.com/owlet.local authored
(4.1 version, with post-review fixes) The fix for another Bug (6439) limited FROM_UNIXTIME() to TIMESTAMP_MAX_VALUE which is 2145916799 or 2037-12-01 23:59:59 GMT, however unix timestamp in general is not considered to be limited by this value. All dates up to power(2,31)-1 are valid. This patch extends allowed TIMESTAMP range so, that max TIMESTAMP value is power(2,31)-1. It also corrects FROM_UNIXTIME() and UNIX_TIMESTAMP() functions, so that max allowed UNIX_TIMESTAMP() is power(2,31)-1. FROM_UNIXTIME() is fixed accordingly to allow conversion of dates up to 2038-01-19 03:14:07 UTC. The patch also fixes CONVERT_TZ() function to allow extended range of dates. The main problem solved in the patch is possible overflows of variables, used in broken-time representation to time_t conversion (required for UNIX_TIMESTAMP).
-
- 24 Oct, 2006 3 commits
-
-
msvensson@neptunus.(none) authored
BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
-
msvensson@neptunus.(none) authored
to their .libs/*.a library Add comment describing why mwldnlm is called with "x" flag
-
joerg@trift2. authored
-
- 20 Oct, 2006 2 commits
-
-
Raised version number to 5.0.28
-
Copy udf examples and raid.h Create target "include" directory before copying files to it CMakeLists.txt: Only compile in bdb if configured configure.in: Raised version number to 5.0.27
-
- 16 Oct, 2006 1 commit
-
-
Split copy of result files to avoid shell limit. Added copy of mysql-test/std_data/ndb_backup5{0,1}. configure.in: Look for dlopen() even if --with-mysqld-ldflags constains "-static", as this is not the same as the flag to "ld", it just informs "libtool" to link static with libraries created part of the build, even if there exists shared versions.
-
- 11 Oct, 2006 1 commit
-
-
- 02 Oct, 2006 1 commit
-
-
- 14 Sep, 2006 1 commit
-
-
joerg@trift-lap.fambruehe authored
Include "manual.chm" in the source distribution, because we now use it for Windows builds unchanged.
-
- 12 Sep, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- Change the configure test looking for 'isinf' so the value returned from isinf is used. That avoids the call to isinf being optimized away.
-
- 07 Sep, 2006 2 commits
-
-
joerg@trift2. authored
-
joerg@trift2. authored
To be pushed to both the cloned 5.0.25 and the general 5.0 tree.
-
- 06 Sep, 2006 1 commit
-
-
- 01 Sep, 2006 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 24 Aug, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 23 Aug, 2006 1 commit
-
-
joerg@trift2. authored
-
- 19 Aug, 2006 2 commits
-
-
brian@zim.(none) authored
Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed.
-
malff/marcsql@weblab.(none) authored
Corrected build issues : the build can not be conditional. to keep a unique source .tar.gz distribution.
-
- 17 Aug, 2006 1 commit
-
-
malff/marcsql@weblab.(none) authored
Changed the automake build process : - ./configure.in - ./sql/Makefile.am to compile an instrumented parser for debug=yes or debug=full builds Changed the (primary) runtime invocation of the parser : - sql/sql_parse.cc to generate bison traces in stderr when the DBUG "parser_debug" flag is set.
-
- 10 Aug, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 01 Aug, 2006 1 commit
-
-
serg@janus.mylan authored
-
- 29 Jul, 2006 1 commit
-
-
Corrected typo
-
- 28 Jul, 2006 1 commit
-
-
Man page for mysqld command move to section 8 (bug#21220)
-
- 26 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Thanks to Christian Hammers for the patch
-
- 14 Jul, 2006 1 commit
-
-
joerg@trift2. authored
-
- 12 Jul, 2006 1 commit
-
-
cmiller@calliope.local authored
The bug is thqt we use some nonstandard assembly codes in our strings source, and some assemblers don't know what to do with them: Specifically, Sun's Solaris assembler and Apple's Darwin assembler balk at them. This patch, rather than trying to test for properties of the assembler, which Autoconf doesn't have any decent facilites for, instead tries to compile the code in question and disables assembly if it fails. There's still the problem of unportable assembly, but I'll leave that to someone who feels like rewriting and debugging it.
-
- 11 Jul, 2006 1 commit
-
-
joerg@trift2. authored
-
- 10 Jul, 2006 1 commit
-
-
joerg@trift2. authored
-
- 07 Jul, 2006 1 commit
-
-
cmiller@zippy.(none) authored
have a better test (and so this should be null-merged there). ALSO! Make it so that it accepts NPTL as a valid _equivalent_ implementation.
-
- 29 Jun, 2006 1 commit
-
-
joerg@mysql.com authored
-
- 27 Jun, 2006 1 commit
-
-
iggy@mysql.com authored
-
- 16 Jun, 2006 1 commit
-
-
kent@mysql.com authored
Changes for Netware
-
- 15 Jun, 2006 2 commits
-
-
serg@serg.mylan authored
don't add CFLAGS/CXXFLAGS to ./configure command line in config.status but _do_ add them before calling plugins' configure scripts
-
mskold@mysql.com authored
-
- 12 Jun, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Define DBUG_ON and DBUG_OFF in config.h
-
- 01 Jun, 2006 1 commit
-
-
serg@serg.mylan authored
rename *.t* to *-t* to be automake-friendly simplify Makefiles test_atomic.c: move to unittest, add GPL comment, fix warnings, convert to tap framework. configure: remove custom tests for available types, use AC_CHECK_TYPE instead x86-gcc.h: fix gcc -ansi errors while maintaining readability ignore: added *-t
-