mariadb/sql
bar@bar.mysql.r18.ru 8229d282f7 Extensions to support this:
SHOW CREATE DATABASE [IF NOT EXISTS] dbname

Version dependant parts are displayed in appropriative comments:
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ucs` /*!40100 DEFAULT CHARACTER SET ucs2*/
2002-11-06 12:01:38 +04:00
..
share correct English message 2002-10-29 13:42:31 +04:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog
convert.cc
custom_conf.h
derror.cc
des_key_file.cc
field.cc date and time fields now have charset arg in constructor 2002-10-30 17:09:37 +04:00
field.h date and time fields now have charset arg in constructor 2002-10-30 17:09:37 +04:00
field_conv.cc merge with 4.0.5 2002-10-16 19:30:24 +03:00
filesort.cc Use item->charset() instead of item->str_value.charset() 2002-10-30 17:28:40 +04:00
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc BDB 4.1.24 2002-10-30 15:57:05 +04:00
ha_berkeley.h
ha_heap.cc
ha_heap.h
ha_innodb.cc BINARY charset is now used instead of binary_flag 2002-10-25 13:58:32 +05:00
ha_innodb.h
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc make REPAIR killable 2002-10-22 00:25:36 +00:00
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
handler.cc
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc moved similar code to function 2002-11-04 22:12:45 +02:00
item.h BINARY charset is now used instead of binary_flag 2002-10-25 13:58:32 +05:00
item_buff.cc BINARY charset is now used instead of binary_flag 2002-10-25 13:58:32 +05:00
item_cmpfunc.cc BINARY charset is now used instead of binary_flag 2002-10-25 13:58:32 +05:00
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc Use item->charset() instead of item->str_value.charset() 2002-10-30 17:28:40 +04:00
item_func.h
item_strfunc.cc All String->set() now have charset argument 2002-10-30 16:19:43 +04:00
item_strfunc.h Use item->set_charset() instead of item->str_value.set_charset() 2002-10-30 15:15:18 +04:00
item_subselect.cc Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 2002-11-04 15:45:54 +02:00
item_subselect.h fixed bug of multi-level EXPLAIN 2002-10-13 14:25:16 +03:00
item_sum.cc moved similar code to function 2002-11-04 22:12:45 +02:00
item_sum.h
item_timefunc.cc
item_timefunc.h date and time fields now have charset arg in constructor 2002-10-30 17:09:37 +04:00
item_uniq.cc
item_uniq.h
key.cc my_sortcmp -> my_strnncoll 2002-10-09 16:33:35 +05:00
lex.h add help command on server side 2002-10-28 17:44:19 +04:00
lex_symbol.h
lock.cc changes for mysqladmin debug 2002-10-30 16:52:12 +02:00
log.cc Changed binlog name padding from binlog.001 to binlog.000001 2002-10-29 15:11:13 -07:00
log_event.cc Fixed error handling bug 2002-11-04 00:56:25 +02:00
log_event.h Reordered functions--grouped by class now. 2002-10-29 23:50:07 -07:00
Makefile.am add help command on server side 2002-10-28 17:44:19 +04:00
matherr.c
mf_iocache.cc
mini_client.cc Fixed error handling bug 2002-11-04 00:56:25 +02:00
mini_client.h
my_lock.c
mysql_priv.h Extensions to support this: 2002-11-06 12:01:38 +04:00
mysqld.cc merged 2002-10-25 22:07:04 +00:00
net_pkg.cc
net_serv.cc
nt_servc.cc merged 2002-10-25 21:15:52 +00:00
nt_servc.h Added optional NT service and fix the TZ variable bug 2002-10-16 21:51:03 -02:00
opt_ft.cc
opt_ft.h
opt_range.cc typo fixed 2002-10-25 14:21:55 +00:00
opt_range.h
opt_sum.cc
password.c
procedure.cc
procedure.h All String->set() now have charset argument 2002-10-30 16:19:43 +04:00
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc
set_var.h
slave.cc Added comment blocks for all functions 2002-10-29 15:12:47 -07:00
slave.h Added comment blocks for all functions 2002-10-29 15:12:47 -07:00
spatial.cc
spatial.h
sql_acl.cc
sql_acl.h
sql_analyse.cc All String->set() now have charset argument 2002-10-30 16:19:43 +04:00
sql_analyse.h All String->set() now have charset argument 2002-10-30 16:19:43 +04:00
sql_base.cc Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 2002-11-04 15:45:54 +02:00
sql_cache.cc removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM) 2002-10-30 13:18:52 +02:00
sql_cache.h
sql_class.cc Preparation to thread specific default charset 2002-10-30 13:05:27 +04:00
sql_class.h Fixed error handling bug 2002-11-04 00:56:25 +02:00
sql_crypt.cc
sql_crypt.h
sql_db.cc Extensions to support this: 2002-11-06 12:01:38 +04:00
sql_delete.cc moved similar code to function 2002-11-04 22:12:45 +02:00
sql_derived.cc moved similar code to function 2002-11-04 22:12:45 +02:00
sql_do.cc
sql_error.cc
sql_handler.cc support for HA_READ_PREFIX_LAST_OR_PREV in headres 2002-10-25 14:09:47 +00:00
sql_help.cc addition correction for 'help' command 2002-10-30 17:38:07 +04:00
sql_insert.cc Fixed error handling bug 2002-11-04 00:56:25 +02:00
sql_lex.cc Fixed accidentally inverted assert condition 2002-11-05 11:24:44 +02:00
sql_lex.h move similar code to inline function 2002-11-05 01:10:05 +02:00
sql_list.cc
sql_list.h
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Extensions to support this: 2002-11-06 12:01:38 +04:00
sql_prepare.cc removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM) 2002-10-30 13:18:52 +02:00
sql_rename.cc
sql_repl.cc removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM) 2002-10-30 13:18:52 +02:00
sql_repl.h
sql_select.cc Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 2002-11-04 15:45:54 +02:00
sql_select.h BINARY charset is now used instead of binary_flag 2002-10-25 13:58:32 +05:00
sql_show.cc merge 2002-10-14 12:07:16 +03:00
sql_sort.h
sql_string.cc All String->set() now have charset argument 2002-10-30 16:19:43 +04:00
sql_string.h All String->set() now have charset argument 2002-10-30 16:19:43 +04:00
sql_table.cc merged 2002-10-25 22:07:04 +00:00
sql_test.cc small fix when building in --without-debug 2002-10-30 19:30:57 +02:00
sql_udf.cc
sql_udf.h
sql_union.cc removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM) 2002-10-30 13:18:52 +02:00
sql_update.cc moved similar code to function 2002-11-04 22:12:45 +02:00
sql_yacc.yy Extensions to support this: 2002-11-06 12:01:38 +04:00
stacktrace.c
stacktrace.h
structs.h
table.cc BINARY charset is now used instead of binary_flag 2002-10-25 13:58:32 +05:00
table.h
thr_malloc.cc
time.cc
udf_example.cc
uniques.cc
unireg.cc BINARY charset is now used instead of binary_flag 2002-10-25 13:58:32 +05:00
unireg.h
watchdog_mysqld