summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile problem in ha_example.ccknielsen@mysql.com2005-12-221-2/+2
|
* WL#1012 Missed option filelars@mysql.com2005-12-221-0/+1
|
* WL#1012: All changes as one single changeset.lars@mysql.com2005-12-22447-3218/+34744
| | | | This includes both code and test cases.
* Change for plugin storage engine to be built after mysqldacurtis@xiphis.org2005-12-216-9/+7
|
* Fix for plugins workacurtis@xiphis.org2005-12-213-6/+9
|
* plugin version changesacurtis@xiphis.org2005-12-216-61/+42
|
* Merge xiphis.org:/home/antony/work2/mysql-5.1acurtis@xiphis.org2005-12-2154-684/+1489
|\ | | | | | | into xiphis.org:/home/antony/work3/mysql-5.1-plugable-2
| * Finalize storage engine pluginsacurtis@xiphis.org2005-12-2154-684/+1489
| | | | | | | | | | Give BerkeleyDB savepoints Remove "enum db_type" from most of the code
* | Raise the version number.joerg@mysql.com2005-12-211-1/+1
| |
* | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-newbar@mysql.com2005-12-2112-7/+3426
|\ \ | | | | | | | | | into mysql.com:/usr/home/bar/mysql-5.1-new.xml
| * | Adding XPath support: ExtractValue and UpdateXML functions.bar@mysql.com2005-12-2112-7/+3426
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmysqld/Makefile.am: sql/Makefile.am: Adding new source files. Adding new file into build process. include/my_xml.h: strings/xml.c: Adding new XML parse flags to skip text normalization and to use relative tag names. Adding enum for XML token types. sql/lex.h: Making parser aware of new SQL functions. sqll/item_create.h, sql/item_create.cc: Adding creators for ExtractValue and UpdateXML. sql/item.h: Adding new Item types: nodeset and nodeset comparator. sql/item_xmlfunc.h sql/item_xmlfunc.cc Adding new classes implementing XPath functions. mysql-test/t/xml.test, mysql-test/r/xml.result: New files: adding test case
* | | Merge bk-internal:/home/bk/mysql-5.1-newvtkachenko@melody.mysql.com2005-12-213-0/+122
|\ \ \ | | | | | | | | | | | | into melody.mysql.com:/home/vadim/mysql-5.1-new
| * | | Fast mutexes implementationvtkachenko@melody.mysql.com2005-12-203-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (spin-loop inside pthread_mutex_lock). thr_mutex.c: Added spinloop in mutex_lock my_pthread.h: Added definition of my_pthread_fastmutex_t configure.in: Added --with-fast-mutexes switch
* | | | mysql-test-run.pl:kent@mysql.com2005-12-213-47/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't run "mysqlslap" on Windows mysqlslap.test: We don't run "mysqlslap" on Windows mysql.sln: Removed build of "client/mysqlslap.c" on Windows
* | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-newkent@mysql.com2005-12-214-5/+21
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
| * | | | Minor portability issue on big endian boxespappa@c-910be253.1238-1-64736c10.cust.bredbandsbolaget.se2005-12-211-1/+1
| | | | |
| * | | | BUG#15981 Current 5.1 fails for NDB testsmsvensson@neptunus.(none)2005-12-201-0/+20
| | |/ / | |/| |
| * | | Bug #15483 mysqlslap client fails in mysqlslap test.msvensson@neptunus.(none)2005-12-201-1/+0
| | | |
| * | | Bug #15845 New file "client/mysqlslap.c" break compilation on QNX, missing ↵msvensson@neptunus.(none)2005-12-201-3/+0
| |/ / | | | | | | | | | "sys/shm.h"
* | | my_sys.h:kent@mysql.com2005-12-192-0/+5
| | | | | | | | | | | | | | | | | | Added MAP_NORESERVE set to 0 for Windows config-win.h: If MAX_INDEXES is not set, set it to 64 on Windows
* | | sql_trigger.cc, item.cc:kent@mysql.com2005-12-192-8/+8
|/ / | | | | | | | | | | BUG#15842: Change in "item.cc" adding Item_sp_variable breaks compile on HP-UX 11.23 Fix: make explicit conversion to non-constant string (char *) (change by anozdrin@mysql.com)
* | my_global.h:kent@mysql.com2005-12-191-0/+3
| | | | | | | | | | | | Fix for bug #15841: Change in sql_map.cc and mmap breaks on HP-UX - in order to enable the mmap64() (and others) define _LARGEFILE64_SOURCE in case of _LARGEFILE_SOURCE defined on HPUX.
* | Bug fix for bug #15843 "Added mmap support in myisam creates compile problemvtkachenko@quadxeon.mysql.com2005-12-193-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on AIX 5.2" Added dummy definition of MAP_NORESERVE for systems which doesn't provide it, removed duplicates my_sys.h: added definition for MAP_NORESERVE (for Irix and AIX systems) sql_map.cc: removed definition of MAP_NORESERVE mi_packrec.c: removed definition of MAP_NORESERVE and MMAP_PRIVATE
* | mysql-test/t/federated_transactions.testjoerg@mysql.com2005-12-191-1/+1
| | | | | | | | Fix a typo: Trailing ";" for "source" command.
* | Merge hholzgraefe@bk-internal.mysql.com:/home/bk/mysql-5.1-newhartmut@mysql.com2005-12-1988-342/+852
|\ \ | | | | | | | | | into mysql.com:/home/hartmut/projects/mysql/dev/5.1
| * | federated_transactions.test:kent@mysql.com2005-12-191-0/+1
| | | | | | | | | | | | Test require Berkeley DB
| * | Mergekent@mysql.com2005-12-191-1/+2
| |\ \
| | * | mysql-test-run.pl:kent@mysql.com2005-12-191-2/+2
| | | | | | | | | | | | | | | | Script "my_print_defaults" is to be searched for as executable
| * | | disabled.def:kent@mysql.com2005-12-191-7/+8
| | | | | | | | | | | | | | | | Disabled 'type_time' until 15805 is closed
| * | | mysql.spec.sh, make_binary_distribution.sh, Makefile.am, mysql.sln:kent@mysql.com2005-12-196-1/+287
| | | | | | | | | | | | | | | | | | | | | | | | Added "client/mysqlslap" mysqlslap.vcproj, mysqlslap.def: new file
| * | | Mergekent@mysql.com2005-12-189-33/+102
| |\ \ \ | | |/ /
| | * | Mergekent@mysql.com2005-12-185-5/+7
| | |\ \
| | * | | Makefile.am:kent@mysql.com2005-12-181-0/+5
| | | | | | | | | | | | | | | | | | | | Added 5.0 specific build scripts
| | * | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1kent@mysql.com2005-12-181-2/+16
| | |\ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0
| | | * \ \ Mergekent@mysql.com2005-12-181-2/+16
| | | |\ \ \
| | | | * | | Makefile.am:kent@mysql.com2005-12-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusted listing of files to put into source TAR
| | | * | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-12-174-6/+62
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1
| | | * \ \ \ \ Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-12-153-4/+6
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1
| | * | | | | | | Fixed default values for counters to 0 ranger@regul.home.lan2005-12-161-3/+3
| | | | | | | | |
| | * | | | | | | Merge alstroganov@bk-internal.mysql.com:/home/bk/mysql-5.0ranger@regul.home.lan2005-12-161-0/+1
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into regul.home.lan:/mnt/md/bk/mysql-5.0
| | | * | | | | | | BUG#15805: Disabled test type_time; fails in --ps-protocol mode.knielsen@mysql.com2005-12-161-0/+1
| | | | | | | | | |
| | * | | | | | | | Fixed stress parts in shell and perl versions of mysql-test-run script to ↵ranger@regul.home.lan2005-12-163-3/+19
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | limit stress testing with 20 test loops in case when any limit parameter was specified
| | * | | | | | | Merge mysql.com:/home/alexi/dev/mysql-4.1-12440aivanov@mysql.com2005-12-153-6/+60
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | into mysql.com:/home/alexi/dev/mysql-5.0-12440
| | | * | | | | | Fixed BUG #12440: "Incorrect processing of time values containingaivanov@mysql.com2005-12-153-6/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | long fraction and/or large exponent part".
| | | * | | | | | Makefile.am:rparranovo@mysql.com2005-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - libtool wants spaces on parameters for its command line options
| | | * | | | | | Makefile.am:rparranovo@mysql.com2005-12-151-0/+2
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | - Modified zlib/Makefile.am to generate libz.so.1.2.3 instead of libz.so.0.0.0
| | | * | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1mskold@mysql.com2005-12-142-0/+2
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
| | | * \ \ \ \ \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@perch.ndb.mysql.com2005-12-1416-2/+25
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
| | | * \ \ \ \ \ \ Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1jonas@perch.ndb.mysql.com2005-12-139-10/+241
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
| | | * \ \ \ \ \ \ \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@perch.ndb.mysql.com2005-12-1375-346/+813
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push