summaryrefslogtreecommitdiff
path: root/libmysqld
Commit message (Collapse)AuthorAgeFilesLines
* Bug #15168 yassl failure on amd64msvensson@devsrv-b.mysql.com2005-11-242-4/+3
| | | | - Use libtool to build libraries
* Mergekent@mysql.com2005-11-042-14/+15
|\
| * 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
* | | Merge neptunus.(none):/home/msvensson/mysql/bug12985/my50-bug12985msvensson@neptunus.(none)2005-10-281-2/+4
|\ \ \ | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * | | BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linkingmsvensson@neptunus.(none)2005-10-271-1/+3
| | | | | | | | | | | | | | | | | | | | - Remove yassl_libsfrom CLIENT_LIBS var - Add yassl_libs to libmysql and libmysqld
| * | | Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linkingmsvensson@neptunus.(none)2005-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | - Use yassl_includes and yassl_libs instead of openssl_includes and openssl_libs to avoid that mysql_config returns that libyassl and libtaocrypt are needed for linking.
* | | | Moving archive from example to sql.brian@zim.(none)2005-09-281-2/+2
| | | |
* | | | Fix for bug #13546 "Build errors with --with-embedded-serverdlenev@mysql.com2005-09-281-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | --with-embedded-privilege-control options". One more (hopefully last) build failure which was introduced during work on WL#2787 "Add view definer/owner to the view definition..."
* | | | Merge mysql.com:/home/dlenev/src/mysql-4.1-bg13501dlenev@mysql.com2005-09-281-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | into mysql.com:/home/dlenev/src/mysql-5.0-merges
| * | | 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).
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-1/+1
|\ \ \ | | | | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root
| * | | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | cursor is interpreted latin1 character and Bug#9819 "Cursors: Mysql Server Crash while fetching from table with 5 million records." A fix for a possible memory leak when fetching into an SP cursor in a long loop. The patch uses a common implementation of cursors in the binary protocol and in stored procedures and implements materialized cursors. For implementation details, see comments in sql_cursor.cc
* | | postmerge fixesbell@sanja.is.com.ua2005-09-211-1/+1
| | |
* | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-4/+3
|/ /
* | Merge deer.(none):/home/hf/work/mysql-4.1.9110hf@deer.(none)2005-07-271-0/+2
|\ \ | |/ | | | | into deer.(none):/home/hf/work/mysql-5.0.clean
| * Fix for bug #9110 (Max_join_size error)hf@deer.(none)2005-07-261-0/+2
| |
* | Fixes to previous changesetmonty@mishka.local2005-07-181-1/+1
| | | | | | | | get_defaults_file() -> get_defaults_options()
* | Mergekent@mysql.com2005-07-062-4/+4
|\ \ | |/
| * Makefile.am:kent@mysql.com2005-07-052-2/+4
| | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* | A fix and a test case for Bug#10794 "mysql_stmt_attr_set no konstantin@mysql.com2005-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | open cursor after mysql_stmt_execute" + post-review fixes. The bug was caused by wrong flags in stmt->server_status on the client side: if there was no cursor, the server didn't send server_status flags to the client, and the old flags were used to set up the fetch function of a statement. Consequently, stmt_read_row_from_cursor was used when there was no cursor. The fix fixes the server to always send server flags to the client.
* | Rename all prepared statements COM_ commands to prefix with COM_STMT_konstantin@mysql.com2005-06-171-1/+1
| |
* | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-06-101-0/+1
|\ \ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0
| * | mysql_client_test.dsp, mysql_test_run_new.dsp, mysqltest.dsp:kent@mysql.com2005-06-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added /FD flag, to avoid include file warnings mysqlclient.dsp: Removed duplicate entry for "strings/ctype-cp932.c" Added missing "mysys/my_access.c" libmysqld.dsp: Added missing "mysys/charset.c" libmysqld.def: Added symbol 'get_charset_name'
* | | remove old libmysqld.a before assembling a new oneserg@serg.mylan2005-06-091-0/+1
|/ /
* | assemble libmysqld.a 5-10 times faster!serg@serg.mylan2005-06-021-16/+11
| |
* | New file default_modify.c. Fixed a typo on mysqld.ccjani@a193-229-222-105.elisa-laajakaista.fi2005-05-181-0/+1
| | | | | | | | | | | | Changed name of function my_correct_default_file to modify_defaults_file. Improved function and fixed some bugs in it.
* | Manual merge (again)konstantin@mysql.com2005-05-141-1/+4
|\ \ | |/
| * Makefile.am, configure.in:kent@mysql.com2005-05-101-1/+4
| | | | | | | | Enable creation of embedded lib when --with-darwin-mwcc
* | Fix for bug #9632 (strict.test fails in -embedded-server mode)holyfoot@hf-ibm.(none)2005-05-091-5/+8
| |
* | Clean up merge from 4.1jimw@mysql.com2005-05-022-21/+42
|\ \ | |/
| * 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-211-0/+16
|\ \ \ | |/ /
| * | - 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
* | | BUG#9391 mysqlshow prints incorrect "rows" informationmsvensson@neptunus.(none)2005-04-131-5/+0
| | | | | | | | | | | | | | | - Removed use of mysql->extra_info - Removed unused function send_records_num
* | | fixed conflict making embedded server with libmysqldbrian@zim.(none)2005-03-251-1/+2
|\ \ \ | |/ /
| * | Fixing blackhole support in libmysqldbrian@zim.(none)2005-03-251-1/+2
| | |
* | | mergedserg@serg.mylan2005-03-231-2/+4
|\ \ \
| * | | Fix test_libmysqld link problem on Windows.jimw@mysql.com2005-03-211-2/+4
| | | |
* | | | Remove unexistent @MT_INCLUES@konstantin@mysql.com2005-03-181-1/+1
| | | |
* | | | Removed support for RAID, mit-threads, and MySQL FS (really, if someone ↵brian@zim.(none)2005-03-161-1/+1
|/ / / | | | | | | | | | wants this feature look at a web-dav hookup).
* | | 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
| | | |