| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|\
| |
| |
| | |
into neptunus.(none):/home/msvensson/mysql/bug18310/my51-bug18310
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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).
|
| | |
|
|\ \
| | |
| | |
| | | |
merge before push
|
| | | |
|
|/ /
| |
| |
| | |
This includes both code and test cases.
|
| |
| |
| |
| | |
Post-review fixes to original changeset http://lists.mysql.com/internals/32422
|
|\ \
| |/
| |
| | |
into mysql.com:/home/my/mysql-5.1
|
| | |
|
| | |
|
| |
| |
| |
| | |
Compile max with --yassl instead of --with-openssl
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/my/mysql-5.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ / |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
everything except NDB
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed SETUP.sh to not overwrite prefix_configs, making 'make install'
install in "/"
|
| | | |
| | | |
| | | |
| | | | |
default MAX builds so that more people test 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.
|
|/ /
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
not included in 5.0).
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
- Made a script that selects the best compiler optimizations for the current cpu.
- Use the script from BUILD/SETUP.sh
|
| |
| |
| |
| | |
follow.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
Recommited, as I made a typo in the previous patch myself =)
|
|\ \
| |/
| |
| | |
into mysql.com:/home/mydev/mysql-5.0-5000
|
| |
| |
| |
| |
| | |
Adjusted the "Usage:" string.
Ordered the option recognition in reverse order from "Usage:".
|
|\ \
| |/
| |
| |
| | |
Archive fix by Ingo.
Innodb compile fix by Monty.
|
| | |
|
| |\
| | |
| | |
| | | |
into mysql.com:/my/mysql-4.1
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
into mysql.com:/home/jimw/my/mysql-5.0-clean
|
| |/
| |
| |
| |
| | |
all architectures, and in sync with the flags used to build the MySQL Max
packages. Also back-port AMD64 build scripts from 5.0.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add support for VARCHAR with 1 or 2 length bytes
Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
Give error if we got problems in temporary tables during a SELECT
Don't use new table generated by ALTER TABLE if index generation fails
Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
|
|\ \
| |/ |
|
| |
| |
| |
| | |
- added ppc_cflags to BUILD/SETUP.sh
|
|/
|
|
|
|
|
| |
FOUND is not a reserved keyword anymore
Added Item_field::set_no_const_sub() to be able to mark fields that can't be substituted
Added 'simple_select' method to be able to quickly determinate if a select_result is a normal SELECT
Note that the 5.0 tree is not yet up to date: Sanja will have to fix multi-update-locks for this merge to be complete
|
| |
|