summaryrefslogtreecommitdiff
path: root/libmysqld
Commit message (Collapse)AuthorAgeFilesLines
* Merge bk@192.168.21.1:mysql-4.1holyfoot/hf@mysql.com/deer.(none)2006-07-133-31/+37
|\ | | | | | | into mysql.com:/home/hf/work/mysql-4.1.16017
| * bug #16017 (memory leaks in embedded server)holyfoot@deer.(none)2006-06-013-31/+37
| | | | | | | | | | | | | | | | | | | | There actually was 3 different problems - hash_user_connections wasn't cleaned one strdupped database name wasn't freed and stmt->mem_root wasn't cleaned as it was replased with mysql->field_alloc for result For the last one - i made the library using stmt's fields to store result if it's the case.
* | WL#2928 Date Translation NREbar@mysql.com2006-07-041-1/+1
| | | | | | | | (implemented by by Josh Chamas)
* | bug #20318 (ctype_ucs2_def test fails with embedded)holyfoot@deer.(none)2006-06-192-45/+10
|/ | | | | | | | | | | | there was two problems about charsets in embedded server 1. mysys/charset.c - defined there default_charset_info variable is modified by both server and client code (particularly when --default-charset option is handled) In embedded server we get two codelines modifying one variable. I created separate default_client_charset_info for client code 2. mysql->charset and mysql->options.charset initialization isn't properly done for embedded server - necessary calls added
* Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-12-271-0/+0
| | | | into mysql.com:/home/mydev/mysql-4.1-bug5390
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-11-042-15/+16
|\ | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
| * Makefile.am, configure.in:kent@mysql.com2005-09-242-15/+16
| | | | | | | | Enable "make distcheck" to work
* | Fix for bug #13501 "build problem: too many arguments to function my_booldlenev@mysql.com2005-09-271-2/+2
|/ | | | | | | | | acl_init". Updated calls to acl_init()/grant_init() in init_embedded_server() - their signatures were changed recently, now they don't need argument for passing pointer to THD object (this code was only compiled if one built embedded server library with --with-embedded-privilege-control switch).
* Fix for bug #9110 (Max_join_size error)hf@deer.(none)2005-07-261-0/+2
|
* Makefile.am:kent@mysql.com2005-07-052-2/+4
| | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* Makefile.am, configure.in:kent@mysql.com2005-05-101-1/+4
| | | | Enable creation of embedded lib when --with-darwin-mwcc
* Manually resolve mergejimw@mysql.com2005-04-292-21/+42
|\
| * Fix crash in embedded server due to incorrect storage of resultsjimw@mysql.com2005-03-312-21/+42
| | | | | | | | in the query cache. (Bug #9549)
* | - manual mergelenz@mysql.com2005-04-191-0/+16
|\ \ | |/ |/|
| * - added missing copyright headers to several Makefile.am's (noticedlenz@mysql.com2005-04-191-0/+16
| | | | | | | | while testing changes to the mysql-copyright scripts
* | Fixing blackhole support in libmysqldbrian@zim.(none)2005-03-251-1/+2
| |
* | Fix for bug #8477 (Embedded query_cache test crashes)hf@deer.(none)2005-02-121-7/+11
| |
* | - 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)
* | libmysqld.def, libmysql.def:mwagner@here.mwagner.org2005-01-121-1/+1
| | | | | | | | Use the invisible tabs (!)
* | libmysqld.def, libmysql.def:mwagner@here.mwagner.org2005-01-121-0/+1
| | | | | | | | Add missing 'get_defaults_files' to fix linking error.
* | 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.
* | Tabs removedhf@deer.(none)2004-12-211-6/+6
| |
* | 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.
* | 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
| | | |
* | | | 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
* | 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
| * Removed not used file sql_olap.ccmonty@mysql.com2004-06-181-1/+1
| |
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-08-241-5/+5
|\ \ | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.5066
| * | Fix for bug #5066(Wrong result after subselect with an error)hf@deer.(none)2004-08-231-5/+5
| | | | | | | | | | | | | | | In this case we have to clear thd->data after errorneous query. So i just move thd->data cleanup to emb_advanced_command
* | | bdb bugfix: LTLIBOBJS didn't take --disable-shared into accountserg@serg.mylan2004-08-231-1/+1
|/ / | | | | | | fix for bdb not ending up into libmysqld.a
* | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2004-08-191-11/+34
|\ \ | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.emb
| * | addition to fixes about #4700, 4701hf@deer.(none)2004-08-191-0/+6
| | |
| * | Several fixes to make tests working for embedded libraryhf@deer.(none)2004-07-231-11/+8
| | |
| * | Fixes for bugs in embedded library:hf@deer.(none)2004-07-221-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #4700 (Unsigned value returned as signed) just no appropriate checking #4701 (Errors returned earlier than expected) all errors returned from send_command() #4702 (Result isn't freed properly if there's no retrieval) flush_use_result has only 'client' version and should be made 'virtual'
* | | bug#4817 catalog name is "def"serg@serg.mylan2004-07-301-2/+2
| | |
* | | WL#1518, "make bundled zlib usable for unix builds": konstantin@mysql.com2004-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | required autotools macro written and deployed in all apropriate Makefile.ams. Use cases checked: - linux, standard location of zlib, no ndb - linux, standard locatoin of zlib, with ndb - linux, non-standard location of zlib, no ndb - hpux11, use of bundled zlib, no ndb The only non-checked case is non-standard location of zlib (or use of bundled zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts like AIX52 or HPUX11, where such a check is possible. It didn't compile there before as these systems dont't have installed zlib, so nothing got broken ;)
* | | Export the stmt functions on Embedded Servermiguel@hegel.(none)2004-07-211-0/+27
|/ /
* | A little fix in libmysqld: my_time.c was added twice.konstantin@mysql.com2004-06-241-1/+1
| |