mariadb/sql
unknown ab8418a59f SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility:
Character set is not displayed in "Type" column anymore
In "Collation" column NULL instead of BINARY is now displayd for for non-character data types


mysql-test/r/alter_table.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/create.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/ctype_collate.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/ctype_recoding.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/gis.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/innodb.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/select.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/show_check.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/type_blob.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/type_float.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
mysql-test/r/type_ranges.result:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
sql/field.cc:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
sql/field.h:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
sql/sql_show.cc:
  Character set is not displayed in "Type" column of SHOW FIELDS anymore
2003-05-23 13:10:25 +05:00
..
share Translation English -> Protuguese 2003-05-23 03:06:00 -03:00
.cvsignore
add_errmsg
convert.cc After merge fixes 2003-05-21 21:39:58 +03:00
custom_conf.h
derror.cc
des_key_file.cc
field.cc SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility: 2003-05-23 13:10:25 +05:00
field.h SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility: 2003-05-23 13:10:25 +05:00
field_conv.cc Support of warnings for all DML statements (Insert, Update and Alter) 2003-04-30 00:02:28 -07:00
filesort.cc After merge fixes 2003-05-21 21:39:58 +03:00
frm_crypt.cc
gen_lex_hash.cc merged 2003-03-13 13:44:03 +01:00
gstream.cc
gstream.h
ha_berkeley.cc Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04:00
ha_berkeley.h
ha_heap.cc
ha_heap.h Merge with 4.0.13 2003-05-19 16:35:49 +03:00
ha_innodb.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
ha_innodb.h Merge with 4.0.13 2003-05-19 16:35:49 +03:00
ha_isam.cc Give warning if MySQL doesn't honor given storage engine 2003-05-13 11:15:11 +03:00
ha_isam.h Give warning if MySQL doesn't honor given storage engine 2003-05-13 11:15:11 +03:00
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
ha_myisam.h a fix for a crashing bug when attempting to create InnoDB table 2003-04-08 20:39:50 +03:00
ha_myisammrg.cc
ha_myisammrg.h
handler.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
handler.h Merge with 4.0.13 2003-05-19 16:35:49 +03:00
hash_filo.cc
hash_filo.h sql_acl.cc, item.h: 2003-03-07 12:21:32 +04:00
hostname.cc sql_acl.cc, item.h: 2003-03-07 12:21:32 +04:00
init.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
item.cc After merge fixes 2003-05-21 21:39:58 +03:00
item.h A separate, better error message when it's impossible to aggregate strings for some operation 2003-05-20 16:36:59 +05:00
item_buff.cc stringcmp() and sortcmp() have been unified 2003-03-04 18:01:59 +04:00
item_cmpfunc.cc Automatic conversion into supersets (utf8, ucs2) for comparison in some cases 2003-05-23 10:45:46 +05:00
item_cmpfunc.h After merge fixes 2003-05-21 21:39:58 +03:00
item_create.cc USER, DATABASE and VERSION functions returns now IMPLICIT coercibility 2003-05-22 18:41:47 +05:00
item_create.h small compress/uncompress modification after monty's review 2003-04-22 18:41:47 -04:00
item_func.cc merge 2003-05-22 02:57:27 +03:00
item_func.h added compress/uncompress function 2003-04-09 20:50:30 -04:00
item_row.cc
item_row.h
item_strfunc.cc CREATE TABLE t1 SELECT left(_latin2'a',1) didn't work, the charset got lost 2003-05-23 11:32:35 +05:00
item_strfunc.h Automatic conversion into supersets (utf8, ucs2) for comparison in some cases 2003-05-23 10:45:46 +05:00
item_subselect.cc Removed compiler warnings 2003-05-06 01:38:38 +03:00
item_subselect.h fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly) 2003-04-23 00:01:19 +03:00
item_sum.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
item_sum.h Merge with 4.0.13 2003-05-19 16:35:49 +03:00
item_timefunc.cc
item_timefunc.h Fixing a bug #195 2003-03-27 16:11:01 +02:00
item_uniq.cc
item_uniq.h
key.cc Merge with 4.0.12 2003-03-19 22:25:44 +02:00
lex.h Added AsBinary alias for AsWKB function. 2003-05-21 12:26:06 +05:00
lex_symbol.h
lock.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
log.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
log_event.cc merge 2003-05-22 02:57:27 +03:00
log_event.h Merge with 4.0.13 2003-05-19 16:35:49 +03:00
Makefile.am SCRUM 2003-04-23 19:37:33 +05:00
matherr.c
mf_iocache.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
mini_client.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
mini_client.h
my_lock.c
mysql_priv.h merge 2003-05-22 02:57:27 +03:00
mysqld.cc mysqld.cc: 2003-05-22 18:22:21 +05:00
net_serv.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
opt_range.h
opt_sum.cc After merge fixes 2003-05-21 21:39:58 +03:00
password.c After merge fixes 2003-03-20 21:35:03 +02:00
procedure.cc
procedure.h
protocol.cc Some SHOW VARIABLES have been renamed: 2003-05-21 17:44:12 +05:00
protocol.h SCRUM 2003-04-23 19:37:33 +05:00
protocol_cursor.cc SCRUM 2003-04-23 19:37:33 +05:00
records.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
repl_failsafe.cc Replication: new code to not modify in-memory log positions until the COMMIT 2003-04-24 15:29:25 +02:00
repl_failsafe.h Merge with 4.0 2003-03-16 19:17:54 +02:00
set_var.cc merge 2003-05-22 02:57:27 +03:00
set_var.h merge 2003-05-22 02:57:27 +03:00
slave.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
slave.h Replication: new code to not modify in-memory log positions until the COMMIT 2003-04-24 15:29:25 +02:00
spatial.cc my_strncasecmp() is not used anymore. Use my_strncoll() instead. 2003-04-01 14:17:28 +05:00
spatial.h SRID support. 2003-03-18 15:30:32 +04:00
sql_acl.cc After merge fixes 2003-05-21 21:39:58 +03:00
sql_acl.h Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sql_analyse.cc Fixed problem when comparing a key for a multi-byte-character set. (bug 152) 2003-04-27 22:12:08 +03:00
sql_analyse.h sql_acl.cc, item.h: 2003-03-07 12:21:32 +04:00
sql_base.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sql_cache.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sql_cache.h merging 2003-04-16 20:35:29 +03:00
sql_class.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sql_class.h merge 2003-05-22 02:57:27 +03:00
sql_crypt.cc - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported 2003-03-18 22:14:02 +01:00
sql_crypt.h
sql_db.cc After merge fixes 2003-05-21 21:39:58 +03:00
sql_delete.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sql_derived.cc After merge fixes 2003-05-21 21:39:58 +03:00
sql_do.cc
sql_error.cc Support of warnings for all DML statements (Insert, Update and Alter) 2003-04-30 00:02:28 -07:00
sql_handler.cc
sql_help.cc Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04:00
sql_insert.cc merge 2003-05-22 02:57:27 +03:00
sql_lex.cc merge fix 2003-04-26 15:26:28 +03:00
sql_lex.h Scrum task 845. Thi is a behaviour change : 2003-05-15 18:35:39 +02:00
sql_list.cc
sql_list.h After merge fixes 2003-05-21 21:39:58 +03:00
sql_load.cc merge 2003-05-22 02:57:27 +03:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc merge 2003-05-22 02:57:27 +03:00
sql_prepare.cc Fix to have a reserved OK byte (prepare result) 2003-04-16 16:47:01 -07:00
sql_rename.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
sql_repl.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sql_repl.h Conflicts relsolving 2003-03-11 16:32:17 +04:00
sql_select.cc merge 2003-05-22 02:57:27 +03:00
sql_select.h Making a better fix for double released pointers and safe 2003-04-26 15:12:14 +03:00
sql_show.cc SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility: 2003-05-23 13:10:25 +05:00
sql_sort.h Many files: 2003-04-24 14:33:33 +03:00
sql_string.cc Variables were rename, binary collation names were added 2003-05-22 17:20:19 +05:00
sql_string.h After merge fixes 2003-05-21 21:39:58 +03:00
sql_table.cc merge 2003-05-22 02:57:27 +03:00
sql_test.cc Fixed bug in allocation memory in key cache. (Memory was not properly aligned which cased core dumps on sparc CPU's) 2003-03-25 02:37:41 +02:00
sql_udf.cc INSERT ... UPDATE ... VALUES() 2003-05-03 01:16:56 +02:00
sql_udf.h
sql_union.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sql_update.cc merge 2003-05-22 02:57:27 +03:00
sql_yacc.yy merge 2003-05-22 02:57:27 +03:00
stacktrace.c Merge with 4.0 2003-03-16 19:17:54 +02:00
stacktrace.h
structs.h Many files: 2003-04-24 14:33:33 +03:00
table.cc INSERT ... UPDATE ... VALUES() 2003-05-03 01:16:56 +02:00
table.h INSERT ... UPDATE ... VALUES() 2003-05-03 01:16:56 +02:00
thr_malloc.cc After merge fixes 2003-05-21 21:39:58 +03:00
time.cc Merge with 4.0.13 2003-05-19 16:35:49 +03:00
udf_example.cc
uniques.cc Many files: 2003-04-24 14:33:33 +03:00
unireg.cc More OpenGIS compatibility: 2003-03-27 13:09:09 +04:00
unireg.h After merge fixes 2003-05-21 21:39:58 +03:00
watchdog_mysqld