summaryrefslogtreecommitdiff
path: root/libmysqld
Commit message (Collapse)AuthorAgeFilesLines
* Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-4/+0
| | | | (Found during build process)
* Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0serg@serg.mylan2005-02-172-0/+0
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0-xa
| * manually mergedserg@serg.mylan2005-02-142-0/+0
| |\
| | * query_id and my_xid -> ulonglongserg@serg.mylan2005-01-272-0/+0
| | | | | | | | | | | | | | | fix for binlog+autocommit+tclog comments, style fixes
* | | Merge with 4.1monty@mysql.com2005-02-151-7/+11
|\ \ \ | |/ / |/| |
| * | Fix for bug #8477 (Embedded query_cache test crashes)hf@deer.(none)2005-02-121-7/+11
| | |
* | | Precision Math implementationhf@deer.(none)2005-02-091-1/+1
| | |
* | | small Makefile.am cleanupserg@serg.mylan2005-01-282-10/+7
| | | | | | | | | | | | | | | clean: targets removed generated *.h files moved to include/
* | | change to Makefile.am per Serg's requestpatg@krsna.patg.net2005-01-251-1/+1
| | |
* | | fix for make error in Makefile.am of mysql_client_test.ctomas@poseidon.ndb.mysql.com2005-01-251-1/+1
| | |
* | | Mergejimw@mysql.com2005-01-241-8/+9
|\ \ \ | |/ /
| * | - fixed one missing occasion from the mysql_client_test renaminglenz@mysql.com2005-01-201-1/+1
| | |
| * | - renamed client_test -> mysql_client_testlenz@mysql.com2005-01-201-8/+9
| | | | | | | | | | | | | | | | | | | | | - renamed the tests that use the embedded server (client_test -> mysql_client_test_embedded, mysqltest -> mysql_test_embedded and changed some Makefiles and scripts so they are installed in $bindir (required to be able to run the test suite against the embedded server)
* | | Add ha_federated.cc to libmysqld/Makefile.am so that configuring with bothjimw@mysql.com2005-01-181-1/+1
| | | | | | | | | | | | embedded server and federated storage engine compiles. (Bug #7920)
* | | Merge here.mwagner.org:/Users/mwagner/work/bk/mysql-4.1mwagner@here.mwagner.org2005-01-121-1/+1
|\ \ \ | |/ / | | | | | | into here.mwagner.org:/Users/mwagner/work/bk/mysql-5.0
| * | libmysqld.def, libmysql.def:mwagner@here.mwagner.org2005-01-121-1/+1
| | | | | | | | | | | | Use the invisible tabs (!)
* | | Merge here.mwagner.org:/Users/mwagner/work/bk/mysql-4.1mwagner@here.mwagner.org2005-01-121-0/+1
|\ \ \ | |/ / | | | | | | into here.mwagner.org:/Users/mwagner/work/bk/mysql-5.0
| * | libmysqld.def, libmysql.def:mwagner@here.mwagner.org2005-01-121-0/+1
| | | | | | | | | | | | Add missing 'get_defaults_files' to fix linking error.
* | | Merging conflicts resolvedhf@deer.(none)2005-01-112-2/+6
|\ \ \ | |/ /
| * | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2005-01-111-0/+3
| |\ \ | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.5920
| | * | fix for bug #5920 (embedded-server mysql doesn't handle --defaults-file)hf@deer.(none)2005-01-031-0/+3
| | | |
| * | | A fix for Bug#7365 "embedded server for MacOS: problem with preparedkonstantin@mysql.com2005-01-111-2/+3
| |/ / | | | | | | | | | | | | statements": no test case, the test case is there already, libmysqld/examples/client_test.c, we just need to run it on a daily basis.
* | | manually mergedserg@sergbook.mysql.com2004-12-311-6/+6
|\ \ \ | |/ /
| * | Tabs removedhf@deer.(none)2004-12-211-6/+6
| | |
* | | Merge with 4.1monty@mishka.local2004-12-221-26/+53
|\ \ \ | |/ / | | / | |/ |/|
| * Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2004-12-211-26/+52
| |\ | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.clean
| | * Fix to perform correctly with charsets in embedded serverhf@deer.(none)2004-12-211-26/+52
| | |
| * | Fix assertion failure in client_test when linked with the embedded konstantin@mysql.com2004-12-191-0/+1
| |/ | | | | | | | | library: stmt_update_metadata (used when we update max_length in mysql_stmt_store_result) needs valid row->length.
* | Added pathes to mysqld_error.h and sql_state.h; fixed segfault bug; anjuta@arthur.local2004-12-142-2/+4
| |
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0guilhem@mysql.com2004-12-091-0/+1
|\ \ | | | | | | | | | into mysql.com:/home/mysql_src/mysql-5.0-clean
| * | Changing the default of libmysqlclient : it's now NO reconnection.guilhem@mysql.com2004-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | All our programs which use mysql_real_connect() and mysql_connect() are updated accordingly, though I have deliberately made mysqlimport not reconnect anymore (already true for mysqldump >= 4.1.8). All Connector devs have been warned about the change I'm doing here - which was agreed with Monty, and fixes BUG#2555.
* | | Merge with new VARCHAR codemonty@mysql.com2004-12-061-1/+1
|\ \ \ | |/ / |/| |
| * | Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
* | | Merge with 4.1monty@mysql.com2004-12-061-3/+8
|\ \ \ | | |/ | |/|
| * | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2004-11-161-3/+8
| |\ \ | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.clean
| | * \ Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2004-10-051-3/+8
| | |\ \ | | | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.clean
| | | * | Fix to compile sql/examples content in embedded serverhf@deer.(none)2004-09-261-3/+8
| | | | |
* | | | | mergebell@sanja.is.com.ua2004-11-121-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | post-merge fixbell@sanja.is.com.ua2004-10-281-1/+1
| | | | |
* | | | | After merge fixesmonty@mysql.com2004-11-031-1/+1
| | | | |
* | | | | merge with 4.1monty@mysql.com2004-10-292-3/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-2/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New mysqltest that can run mysqltest with PS Added support for ZEROFILL in PS Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result() Updated test cases to support --ps-protocol (Some tests are still run using old protocol) Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2... Fixed crash in PS when using sub queries Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever" Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries) Fix for PS and SELECT ... PROCEDURE Reset all warnings when executing a new PS query group_concat(...ORDER BY) didn't work with PS Fixed problem with test suite when not using innodb
| * | Fix asked by Ranger.hf@deer.(none)2004-09-251-1/+1
| |/ | | | | | | If embedded library gets empty string as a hostname it should use embedded connection
* | Fixed --with-embedded builds.dlenev@brandersnatch.localdomain2004-09-101-1/+1
| | | | | | | | Added previously missing sql_trigger.cc file to embedded library.
* | Merge with 4.1monty@mysql.com2004-09-065-20/+183
|\ \ | |/ | | | | | | (Includes merge of arena code in 4.1 and 5.0)
| * Merge serg.mylan:/usr/home/serg/Abk/mysql-4.0serg@serg.mylan2004-08-262-0/+140
| |\ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| | * Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.0miguel@hegel.txg.br2004-08-262-0/+140
| | |\ | | | | | | | | | | | | into hegel.txg.br:/home/miguel/bk/mysql-4.0
| | | * Adding binary version information for debug/release version of libmysqld.dllmiguel@hegel.txg.br2004-08-252-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a customer request for to get the XP Logo Certification. Note for LenZ: Adding to the project libmysqld.dsp the file libmysqld.rc at compilation time will be created the libmysqld.res and this linked. For every release edit the libmysqld.rc version number.
| | * | All 'Makefile's must use '$(AR)' (not just 'ar') because the variable may ↵joerg@mysql.com2004-08-241-2/+2
| | |/ | | | | | | | | | contain options.
| | * Fix for bug #4531(64bit embedded server crashes)hf@deer.(none)2004-07-211-6/+7
| | | | | | | | | | | | There is some 'ulong'<->'uint' mess in libmysqld.c