- 22 Dec, 2005 1 commit
-
-
unknown authored
1) Fixes breakage in embedded server build for XMLPath push. 2) Hides PARTITION engine from view. 3) Add ENGINES information schema (and it should now be clear from this patch on how to turn any show command into an information schema). libmysqld/Makefile.am: Fix for embedded server to build. mysql-test/r/information_schema.result: Fix for additional information_schema mysql-test/r/information_schema_db.result: Fix for adding additional engines information schema. mysql-test/t/information_schema.test: Added test to make sure that engines information schema works. sql/ha_partition.cc: Made PARTITION hidden in information schema. sql/sql_parse.cc: Added additional case for engine information schema. sql/sql_show.cc: Code for ENGINES information schema. sql/sql_yacc.yy: Extended grammer to support new ENGINES information schema sql/table.h: Comment on dependency in information schema. libmysqld/item_xmlfunc.cc: New BitKeeper file ``libmysqld/item_xmlfunc.cc''
-
- 21 Dec, 2005 7 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new.xml
-
unknown authored
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 include/my_xml.h: Adding ExtractValue and UpdateXML functions. Adding XML parser flags and enum for XML token types. sql/Makefile.am: Adding new source files. sql/item.h: Adding new Item types: nodeset and nodeset comparator. sql/item_create.cc: Adding creators for ExtractValue and UpdateXML. sql/item_create.h: Adding creators for ExtractValue and UpdateXML. sql/lex.h: Make parse aware of new SQL functions. strings/xml.c: Adding new flags to skip text normalization and to use relative tag names. libmysqld/Makefile.am: Adding new file into build process.
-
unknown authored
into melody.mysql.com:/home/vadim/mysql-5.1-new
-
unknown authored
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 VC++Files/mysql.sln: Removed build of "client/mysqlslap.c" on Windows mysql-test/t/mysqlslap.test: We don't run "mysqlslap" on Windows mysql-test/mysql-test-run.pl: Don't run "mysqlslap" on Windows
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
unknown authored
-
- 20 Dec, 2005 4 commits
-
-
unknown authored
sql/ha_ndbcluster.cc: Add part that where lost when merging from 5.0 to 5.1
-
unknown authored
(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 configure.in: Added --with-fast-mutexes switch include/my_pthread.h: Added definition of my_pthread_fastmutex_t mysys/thr_mutex.c: Added spinloop in mutex_lock
-
unknown authored
mysql-test/t/disabled.def: Enable mysqlslap, it works now when it's running in silent mode.
-
unknown authored
client/mysqlslap.c: Remove some include directives which (I hope) are superfluos
-
- 19 Dec, 2005 11 commits
-
-
unknown authored
Added MAP_NORESERVE set to 0 for Windows config-win.h: If MAX_INDEXES is not set, set it to 64 on Windows include/config-win.h: If MAX_INDEXES is not set, set it to 64 on Windows include/my_sys.h: Added MAP_NORESERVE set to 0 for Windows
-
unknown authored
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) sql/item.cc: Make explicit conversion to non-constant string (char *) sql/sql_trigger.cc: Make explicit conversion to non-constant string (char *)
-
unknown authored
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. include/my_global.h: 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.
-
unknown authored
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 storage/myisam/mi_packrec.c: removed definition of MAP_NORESERVE and MMAP_PRIVATE sql/sql_map.cc: removed definition of MAP_NORESERVE include/my_sys.h: added definition for MAP_NORESERVE (for Irix and AIX systems)
-
unknown authored
Fix a typo: Trailing ";" for "source" command. mysql-test/t/federated_transactions.test: Fix a typo: Trailing ";" for "source" command.
-
unknown authored
into mysql.com:/home/hartmut/projects/mysql/dev/5.1 extra/Makefile.am: Auto merged
-
unknown authored
Test require Berkeley DB mysql-test/t/federated_transactions.test: Test require Berkeley DB
-
unknown authored
-
unknown authored
Script "my_print_defaults" is to be searched for as executable mysql-test/mysql-test-run.pl: Script "my_print_defaults" is to be searched for as executable
-
unknown authored
Disabled 'type_time' until 15805 is closed mysql-test/t/disabled.def: Disabled 'type_time' until 15805 is closed
-
unknown authored
Added "client/mysqlslap" mysqlslap.vcproj, mysqlslap.def: new file VC++Files/mysql.sln: Added "client/mysqlslap" netware/Makefile.am: Added "client/mysqlslap" scripts/make_binary_distribution.sh: Added "client/mysqlslap" support-files/mysql.spec.sh: Added "client/mysqlslap"
-
- 18 Dec, 2005 6 commits
-
-
unknown authored
configure.in: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/ndb_basic.result: Auto merged mysql-test/r/ndb_multi.result: Auto merged mysql-test/r/skip_name_resolve.result: Auto merged mysql-test/r/type_time.result: Auto merged mysql-test/t/ndb_basic.test: Auto merged mysql-test/t/ndb_multi.test: Auto merged mysql-test/t/skip_name_resolve.test: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sp_head.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged storage/ndb/src/ndbapi/NdbImpl.hpp: Auto merged storage/ndb/src/ndbapi/NdbRecAttr.cpp: Auto merged storage/ndb/src/ndbapi/ndb_cluster_connection.cpp: Auto merged tests/mysql_client_test.c: Auto merged zlib/Makefile.am: Auto merged
-
unknown authored
mysql-test/r/ndb_basic.result: Auto merged mysql-test/r/ndb_multi.result: Auto merged mysql-test/t/ndb_basic.test: Auto merged mysql-test/t/ndb_multi.test: Auto merged sql/sql_class.cc: Auto merged
-
unknown authored
Added 5.0 specific build scripts BUILD/Makefile.am: Added 5.0 specific build scripts
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0 BUILD/Makefile.am: Auto merged
-
unknown authored
-
unknown authored
Adjusted listing of files to put into source TAR
-
- 17 Dec, 2005 1 commit
-
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
- 16 Dec, 2005 6 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean sql/ha_berkeley.cc: Auto merged
-
unknown authored
-
unknown authored
into regul.home.lan:/mnt/md/bk/mysql-5.0
-
unknown authored
-
unknown authored
Restore "make dist" for the header files in "storage/innobase/include". storage/innobase/Makefile.am: A recent change (coming from the "innobase" team, pushed by alexi) broke "make dist" which is needed for release builds (deletion of "storage/innobase/include/Makefile.am"). The effect was that files "storage/innobase/include/*.h" were missing in the source.tgz Restore "make dist" without fully reverting the change by listing the files in a (new) "EXTRA_DIST" target in the parent level directory.
-
unknown authored
mysql-test/t/disabled.def: Disabled test type_time; fails in --ps-protocol mode.
-
- 15 Dec, 2005 4 commits
-
-
unknown authored
with 20 test loops in case when any limit parameter was specified mysql-test/lib/mtr_stress.pl: Limit stress testing with 20 test loops in case when any limit parameter was specified mysql-test/mysql-test-run.pl: Limit stress testing with 20 test loops in case when any limit parameter was specified mysql-test/mysql-test-run.sh: Limit stress testing with 20 test loops in case when any limit parameter was specified
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.1.clean
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.1.clean
-
unknown authored
mysql-test/r/partition_list.result: test result fixed mysql-test/r/partition_range.result: test result fixed mysql-test/t/partition_list.test: test fixed mysql-test/t/partition_range.test: test fixed
-