mariadb/sql
unknown 67c96c78f5 This patch does the following:
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''
2005-12-22 01:07:47 -08:00
..
examples Merge mysql.com:/usr/local/bk/mysql-5.0 2005-11-28 20:14:12 +01:00
share Minor portability issue on big endian boxes 2005-12-21 00:02:02 -05:00
.cvsignore
add_errmsg
authors.h Merge mysql.com:/home/jimw/my/mysql-5.1-release 2005-11-30 13:51:23 -08:00
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc Many files: 2005-09-30 14:03:55 +02:00
discover.cc
field.cc Merge mysql.com:/home/alik/MySQL/devel/5.0-wl2984 2005-12-09 15:14:19 +03:00
field.h Merge mysql.com:/home/alik/MySQL/devel/5.0-wl2984 2005-12-09 15:14:19 +03:00
field_conv.cc Fix for bug#11491 Misleading error message if not NULL column set to NULL, 2005-12-01 15:30:11 +04:00
filesort.cc Move handling of suffix_length from strnxfrm_bin() to filesort to ensure proper sorting of all kind of binary objects 2005-10-14 00:04:52 +03:00
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_archive.cc Removed wrong merge from 5.0 - 5.1 2005-12-14 10:29:00 +02:00
ha_archive.h Table definition cache, part 2 2005-11-23 22:45:02 +02:00
ha_berkeley.cc Merge mysql.com:/home/jimw/my/mysql-5.1-14809 2005-12-16 14:31:27 -08:00
ha_berkeley.h Merge mysql.com:/home/jimw/my/mysql-5.1-14880 2005-12-05 18:09:42 -08:00
ha_blackhole.cc Table definition cache, part 2 2005-11-23 22:45:02 +02:00
ha_blackhole.h BUG#15406: Adding support for transactions to blackhole. 2005-12-02 01:11:49 +01:00
ha_federated.cc BUG #15559 2005-12-07 12:58:04 -08:00
ha_federated.h Table definition cache, part 2 2005-11-23 22:45:02 +02:00
ha_heap.cc Table definition cache, part 2 2005-11-23 22:45:02 +02:00
ha_heap.h Table definition cache, part 2 2005-11-23 22:45:02 +02:00
ha_innodb.cc Fix BUG#12071: "Windows hang:'Opening tables' or 'Waiting for 2005-12-13 21:35:24 +03:00
ha_innodb.h Changes from the innodb-5.1-ss28 snapshot. 2005-12-13 16:49:24 +03:00
ha_myisam.cc Many files: 2005-12-01 13:34:48 +01:00
ha_myisam.h Table definition cache, part 2 2005-11-23 22:45:02 +02:00
ha_myisammrg.cc Merge mysql.com:/home/my/mysql-5.1 2005-11-23 22:58:53 +02:00
ha_myisammrg.h Table definition cache, part 2 2005-11-23 22:45:02 +02:00
ha_ndbcluster.cc BUG#15981 Current 5.1 fails for NDB tests 2005-12-20 20:53:29 +01:00
ha_ndbcluster.h Made set_part_info a handler method and not a ha_partition method only 2005-11-25 09:11:52 +01:00
ha_partition.cc This patch does the following: 2005-12-22 01:07:47 -08:00
ha_partition.h Made set_part_info a handler method and not a ha_partition method only 2005-11-25 09:11:52 +01:00
handler.cc Disabled archive db for Netware. 2005-12-14 02:08:48 +02:00
handler.h bug #15521 (Cannot reorganise a partition with a new name equal to the old name) 2005-12-15 15:24:35 +04:00
handlerton-win.cc Makefile.am: 2005-11-26 05:35:37 +01:00
handlerton.cc.in Make storage engines "pluggable", handlerton work 2005-11-07 16:25:06 +01:00
hash_filo.cc
hash_filo.h
hostname.cc Backport of JimW's localhost patch to 4.1 tree. 2005-09-02 17:07:05 -07:00
init.cc Fixes during review of new pushed code 2005-08-12 13:54:42 +03:00
item.cc sql_trigger.cc, item.cc: 2005-12-19 17:36:20 +01:00
item.h Adding XPath support: ExtractValue and UpdateXML functions. 2005-12-21 17:13:52 +04:00
item_buff.cc
item_cmpfunc.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
item_cmpfunc.h Fix bug #15268 Unchecked null value caused server crash 2005-12-09 23:01:52 +03:00
item_create.cc Adding XPath support: ExtractValue and UpdateXML functions. 2005-12-21 17:13:52 +04:00
item_create.h Adding XPath support: ExtractValue and UpdateXML functions. 2005-12-21 17:13:52 +04:00
item_func.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
item_func.h Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
item_geofunc.cc Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 2005-10-31 11:54:36 +02:00
item_geofunc.h
item_row.cc Fixed bug #12762: 2005-10-15 14:32:37 -07:00
item_row.h
item_strfunc.cc Merge rurik.mysql.com:/home/igor/mysql-5.0 2005-12-02 20:42:36 -08:00
item_strfunc.h BUG#9535 Warning for "create table t as select uuid();" 2005-12-07 15:45:31 +01:00
item_subselect.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
item_subselect.h A fix and a test case for Bug#12736 "Server crash during a select". 2005-10-13 11:53:00 +04:00
item_sum.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
item_sum.h item_sum.h, item.cc: 2005-12-11 22:21:19 -08:00
item_timefunc.cc Merge mysql.com:/home/my/mysql-5.1 2005-11-23 22:58:53 +02:00
item_timefunc.h Table definition cache, part 2 2005-11-23 22:45:02 +02:00
item_uniq.cc Table definition cache, part 2 2005-11-23 22:45:02 +02:00
item_uniq.h Inefficient usage of String::append() fixed. 2005-11-20 20:47:07 +02:00
item_xmlfunc.cc Adding XPath support: ExtractValue and UpdateXML functions. 2005-12-21 17:13:52 +04:00
item_xmlfunc.h Adding XPath support: ExtractValue and UpdateXML functions. 2005-12-21 17:13:52 +04:00
key.cc Merge mysql.com:/home/my/mysql-5.1 2005-11-23 22:58:53 +02:00
lex.h Adding XPath support: ExtractValue and UpdateXML functions. 2005-12-21 17:13:52 +04:00
lex_symbol.h
lock.cc Table definition cache, part 2 2005-11-23 22:45:02 +02:00
log.cc Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 2005-11-23 14:57:00 +02:00
log_event.cc Minor Win32 compile fixes for 4.1.16 release. 2005-11-28 15:07:20 +01:00
log_event.h Fixes during review of pushed code 2005-10-27 15:15:01 +03:00
Makefile.am Adding XPath support: ExtractValue and UpdateXML functions. 2005-12-21 17:13:52 +04:00
matherr.c
mf_iocache.cc
my_decimal.cc Moved long running query to type_newdecimal-big.test 2005-11-23 20:16:06 +02:00
my_decimal.h Fix for bug #13573 (wrong data inserted for too big decimals) 2005-10-15 21:57:32 +05:00
my_lock.c
mysql_priv.h Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
mysqld.cc Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-12-14 13:09:41 +01:00
mysqld_suffix.h
net_serv.cc Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-12 17:00:50 -07:00
nt_servc.cc
nt_servc.h
opt_range.cc Merge mysql.com:/home/mydev/mysql-5.0-bug10932 2005-12-06 08:31:38 +01:00
opt_range.h BUG#121915: Merge 4.1->5.0 2005-10-19 01:52:06 +04:00
opt_sum.cc Merge 2005-10-06 10:54:07 +02:00
parse_file.cc Merge mysql.com:/home/my/mysql-5.1 2005-11-23 22:58:53 +02:00
parse_file.h Inefficient usage of String::append() fixed. 2005-11-20 20:47:07 +02:00
password.c Reviewing new pushed code 2005-10-12 00:58:22 +03:00
procedure.cc
procedure.h
protocol.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0 2005-11-23 00:58:13 +02:00
protocol.h Fix for BUG#13549 "Server crash with nested stored procedures 2005-11-23 00:50:37 +02:00
records.cc Many files: 2005-12-01 13:34:48 +01:00
repl_failsafe.cc Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 2005-11-23 14:57:00 +02:00
repl_failsafe.h pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
rpl_filter.cc Fix for BUG#15018 "valgrind error in Rpl_filter (uninitalized memory - could crash)". 2005-11-17 15:58:55 +01:00
rpl_filter.h Fix for BUG#15018 "valgrind error in Rpl_filter (uninitalized memory - could crash)". 2005-11-17 15:58:55 +01:00
set_var.cc mysqld.cc: 2005-12-06 13:21:29 -06:00
set_var.h Merge mysql.com:/home/mysql_src/mysql-5.0 2005-11-18 16:38:01 +01:00
slave.cc Merge mysql.com:/home/my/mysql-5.1 2005-11-24 04:08:07 +02:00
slave.h Merge mysql.com:/home/my/mysql-5.0 2005-11-05 01:32:55 +02:00
sp.cc Merge mysql.com:/home/dlenev/src/mysql-5.0-merges 2005-12-12 14:59:14 +03:00
sp.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-12-07 12:47:25 +03:00
sp_cache.cc Fix use of "%*s" *printf() specifiers that were really meant to be 2005-10-06 17:37:24 -07:00
sp_cache.h BUG#12228: Post review fixes: Added test case, code cleanup. 2005-08-10 21:17:02 +00:00
sp_head.cc Merge joerg@trift2:/M50/part2-ramil 2005-12-14 23:05:08 +01:00
sp_head.h Merge mysql.com:/home/dlenev/src/mysql-5.0-merges 2005-12-12 14:59:14 +03:00
sp_pcontext.cc Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp_pcontext.h Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp_rcontext.cc Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp_rcontext.h Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
spatial.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0 2005-11-21 21:15:48 +02:00
spatial.h fix --ansi --pedantic compilation failure 2005-11-04 16:17:43 +03:00
sql_acl.cc Fixed compile error in sql_acl.cc. 2005-12-07 12:58:33 +01:00
sql_acl.h Merge mysql.com:/home/timka/mysql/src/5.0-2486 2005-12-07 10:47:43 +02:00
sql_analyse.cc Inefficient usage of String::append() fixed. 2005-11-20 20:47:07 +02:00
sql_analyse.h
sql_array.h Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. 2005-08-25 17:34:34 +04:00
sql_base.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_bitmap.h
sql_cache.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2005-12-03 08:56:00 +02:00
sql_cache.h Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 2005-11-23 14:57:00 +02:00
sql_class.cc Merge 2005-12-18 15:26:37 +01:00
sql_class.h Merge 2005-12-18 18:11:19 +01:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_cursor.cc A fix for Bug#14845 "mysql_stmt_fetch returns MYSQL_NO_DATA when 2005-11-19 19:00:02 +03:00
sql_cursor.h A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
sql_db.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_delete.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_derived.cc Table definition cache, part 2 2005-11-23 22:45:02 +02:00
sql_do.cc
sql_error.cc Additional fix for BUG#7049, after review. 2005-10-17 15:07:47 +02:00
sql_error.h
sql_handler.cc Table definition cache, part 2 2005-11-23 22:45:02 +02:00
sql_help.cc Merge mysql.com:/home/my/mysql-5.0 2005-11-05 01:32:55 +02:00
sql_insert.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_lex.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_lex.h Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_list.cc
sql_list.h WL#2486 - Natural/using join according to SQL:2003. 2005-11-28 21:57:50 +02:00
sql_load.cc Merge mysql.com:/home/my/mysql-5.1 2005-11-23 22:58:53 +02:00
sql_manager.cc Make storage engines "pluggable", handlerton work 2005-11-07 16:25:06 +01:00
sql_manager.h Make storage engines "pluggable", handlerton work 2005-11-07 16:25:06 +01:00
sql_map.cc Bug fix for bug #15843 "Added mmap support in myisam creates compile problem 2005-12-19 14:16:21 +01:00
sql_map.h
sql_olap.cc Implementation of WL#2486 - 2005-08-12 17:57:19 +03:00
sql_parse.cc This patch does the following: 2005-12-22 01:07:47 -08:00
sql_partition.cc bug #15521 (Cannot reorganise a partition with a new name equal to the old name) 2005-12-15 15:24:35 +04:00
sql_plugin.cc More Win32 byte* vs. char* fixes. 2005-11-29 15:18:31 +01:00
sql_plugin.h Fix of crashed 5.1 tree (wrong merge + wrong pullout patch forced us to create a new 5.1 tree) 2005-11-05 13:20:35 +02:00
sql_prepare.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_rename.cc Changes in get_table_type() and mysql_frm_type(). The main problem was 2005-11-03 16:10:11 +02:00
sql_repl.cc Merge mysql.com:/home/mysql_src/mysql-5.0 2005-11-18 16:38:01 +01:00
sql_repl.h
sql_select.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_select.h Merge mysql.com:/home/alik/MySQL/devel/5.0-wl2984 2005-12-09 15:14:19 +03:00
sql_show.cc This patch does the following: 2005-12-22 01:07:47 -08:00
sql_sort.h
sql_state.c
sql_string.cc Inefficient usage of String::append() fixed. 2005-11-20 20:47:07 +02:00
sql_string.h Netware specific changes. 2005-12-14 01:21:56 +02:00
sql_table.cc bug #15521 (Cannot reorganise a partition with a new name equal to the old name) 2005-12-15 15:24:35 +04:00
sql_test.cc Table definition cache, part 2 2005-11-23 22:45:02 +02:00
sql_trigger.cc sql_trigger.cc, item.cc: 2005-12-19 17:36:20 +01:00
sql_trigger.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-12-07 12:47:25 +03:00
sql_udf.cc Merge mysql.com:/home/my/mysql-5.0 2005-11-24 02:56:12 +02:00
sql_udf.h
sql_union.cc A fix and a test case for Bug#12736 "Server crash during a select". 2005-10-13 11:53:00 +04:00
sql_update.cc Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2005-12-12 11:57:07 -08:00
sql_view.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2005-12-03 08:56:00 +02:00
sql_view.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-11-03 16:43:05 +02:00
sql_yacc.yy This patch does the following: 2005-12-22 01:07:47 -08:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h Merge mysql.com:/home/my/mysql-5.1 2005-11-23 22:58:53 +02:00
table.cc Merge joerg@trift2:/M50/part2-ramil 2005-12-14 23:05:08 +01:00
table.h This patch does the following: 2005-12-22 01:07:47 -08:00
thr_malloc.cc
time.cc Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
tzfile.h
tztime.cc Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 2005-12-13 19:46:35 +02:00
tztime.h Fixes during review of new pushed code 2005-07-31 12:49:55 +03:00
udf_example.cc
uniques.cc
unireg.cc Table definition cache, part 2 2005-11-23 22:45:02 +02:00
unireg.h Merge mysql.com:/home/mydev/mysql-5.0-bug10932 2005-12-06 08:31:38 +01:00
watchdog_mysqld