An error occurred fetching the project authors.
- 02 May, 2006 1 commit
-
-
acurtis@xiphis.org authored
end plugin/module naming schizophrenia fixup shell code and m4 macro comments cmakelists.txt included in EXTRA_DIST
-
- 13 Apr, 2006 1 commit
-
-
acurtis@xiphis.org authored
" Configure support for server plugins "
-
- 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 1 commit
-
-
konstantin@mysql.com authored
-
- 03 Apr, 2006 1 commit
-
-
acurtis@xiphis.org authored
-
- 21 Mar, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 03 Feb, 2006 1 commit
-
-
- 01 Feb, 2006 1 commit
-
-
- 23 Jan, 2006 1 commit
-
-
guilhem@mysql.com authored
Fix for the test failure of binlog_row_ctype_cp932. Note that since we pushed row-based replication, "make test" != "mysql-test-run && mysql-test-run --ps-protocol". "make test" is what should be used; had it been, the failure would have been noticed earlier. Putting back cxx flags I had by accident removed. Disclaimer: 5.1-new is in a sorry state: log_tables and some ndb* fail, mysqlslap test crashes randomly in a row-based replication assertion (sql_class.cc:2207).
-
- 12 Jan, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 22 Dec, 2005 1 commit
-
-
lars@mysql.com authored
This includes both code and test cases.
-
- 02 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
-
- 21 Nov, 2005 1 commit
-
-
patg@krsna.patg.net authored
Post-review fixes to original changeset http://lists.mysql.com/internals/32422
-
- 02 Nov, 2005 2 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
- 01 Nov, 2005 1 commit
-
-
monty@mysql.com authored
Compile max with --yassl instead of --with-openssl
-
- 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
-
- 05 Oct, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
- 04 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 03 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 29 Sep, 2005 2 commits
-
-
patg@krsna.patg.net authored
everything except NDB
-
msvensson@neptunus.(none) authored
-
- 28 Sep, 2005 1 commit
-
-
patg@krsna.patg.net authored
-
- 27 Sep, 2005 1 commit
-
-
patg@krsna.patg.net authored
Fixed SETUP.sh to not overwrite prefix_configs, making 'make install' install in "/"
-
- 20 Sep, 2005 1 commit
-
-
brian@zim.(none) authored
Fixed a typo in handler.cc if CSV was built. I also added CSV to the default MAX builds so that more people test it.
-
- 17 Sep, 2005 1 commit
-
-
eric@mysql.com authored
Brian's "he is too lazy to commit this so Eric is going to have to do it" environmental variable hack for prefix. This allows you to just set a prefix in your profile which will be used in all of your builds. AKA you can be even lazier(!) about calling BUILD scripts. Don't blame Eric, Brian borrowed his keyboard.
-
- 02 Sep, 2005 1 commit
-
-
brian@zim.(none) authored
Fixed partition push so that it now compiles. The sinclude directory was not added which means that though the code was in the tree, it never actually compiled. I did make sure that it compiles, but there are no tests to really test functionality at this point.
-
- 16 Jul, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 15 Jul, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 01 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 27 Apr, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Made a script that selects the best compiler optimizations for the current cpu. - Use the script from BUILD/SETUP.sh
-
- 30 Mar, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 05 Mar, 2005 1 commit
-
-
konstantin@mysql.com authored
The patch implements the idea suggested by Olaf van der Spek in thread "Client: many small reads?" (internals@lists.mysql.com). Now small reads performed by the client library are buffered. The buffering gives up to 2 times speedup when retrieving one-column tables.
-
- 19 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Lots of small fixes to multi-precision-math path Give Note for '123.4e' Added helper functions type 'val_string_from_real() Don't give warnings for end space for string2decimal() Changed storage of values for SP so that we can detect length of argument without strlen() Changed interface for str2dec() so that we must supple the pointer to the last character in the buffer
-
- 17 Feb, 2005 1 commit
-
-
petr@mysql.com authored
Recommited, as I made a typo in the previous patch myself =)
-
- 27 Jan, 2005 1 commit
-
-
ingo@mysql.com authored
Adjusted the "Usage:" string. Ordered the option recognition in reverse order from "Usage:".
-
- 26 Jan, 2005 1 commit
-
-
monty@mysql.com authored
-
- 25 Jan, 2005 1 commit
-
-
monty@mysql.com authored
-
- 19 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
-