mariadb/sql
unknown b043f06666 Now several character sets can live in the same table,
However some hacks were used while waiting for new FRM file


sql/field.h:
  Added function to set Field charset
sql/filesort.cc:
  Temporarily workaround, It seems charset should be passed in argument
sql/ha_heap.cc:
  Set correct key charset from Field information
sql/table.cc:
  Dirty hack to distinguish columns charsets while waiting for Monty to rewrite FRM file
sql/table.h:
  New field: table default character set
2002-05-14 20:58:38 +05:00
..
share Added charset information 2002-05-13 18:24:42 +05:00
.cvsignore
add_errmsg
cache_manager.cc Update copyright 2001-12-06 14:10:51 +02:00
cache_manager.h Update copyright 2001-12-06 14:10:51 +02:00
ChangeLog Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
convert.cc merge 2002-04-13 15:34:39 +03:00
custom_conf.h Update copyright 2001-12-06 14:10:51 +02:00
derror.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
des_key_file.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
field.cc merge 2002-04-13 15:34:39 +03:00
field.h Now several character sets can live in the same table, 2002-05-14 20:58:38 +05:00
field_conv.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
filesort.cc Now several character sets can live in the same table, 2002-05-14 20:58:38 +05:00
frm_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
gen_lex_hash.cc Several new OpenGIS functions 2002-02-28 17:28:36 +04:00
gstream.cc Added GIS extension 2002-02-22 15:24:42 +04:00
gstream.h Added GIS extension 2002-02-22 15:24:42 +04:00
ha_berkeley.cc Hash now supports several charsets 2002-03-14 21:44:42 +04:00
ha_berkeley.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_hash.h
ha_heap.cc Now several character sets can live in the same table, 2002-05-14 20:58:38 +05:00
ha_heap.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_innodb.cc merge 2002-04-13 15:34:39 +03:00
ha_innodb.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isam.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isam.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isammrg.cc Update copyright 2001-12-06 14:10:51 +02:00
ha_isammrg.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_myisam.cc MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
ha_myisam.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_myisammrg.cc added building without query cache 2002-03-22 22:55:08 +02:00
ha_myisammrg.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
handler.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
handler.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
hash_filo.cc Update copyright 2001-12-06 14:10:51 +02:00
hash_filo.h Hash now supports several charsets 2002-03-14 21:44:42 +04:00
hostname.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
init.cc Big5 conversion routines 2002-03-29 19:54:21 +04:00
item.cc merge 2002-04-13 15:34:39 +03:00
item.h merge 2002-04-13 15:34:39 +03:00
item_buff.cc Update copyright 2001-12-06 14:10:51 +02:00
item_cmpfunc.cc merge 2002-04-13 15:34:39 +03:00
item_cmpfunc.h Added GIS extension 2002-02-22 15:24:42 +04:00
item_create.cc Added GIS extension 2002-02-22 15:24:42 +04:00
item_create.h Added GIS extension 2002-02-22 15:24:42 +04:00
item_func.cc merge 2002-04-13 15:34:39 +03:00
item_func.h merge 2002-04-13 15:34:39 +03:00
item_strfunc.cc Fix for AsText() spatial function 2002-04-18 11:53:59 +05:00
item_strfunc.h Now this syntax works too: CONVERT(string,charset_to,charset_from) 2002-03-29 19:11:06 +04:00
item_sum.cc RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
item_sum.h Fix sorting of NULL values (Should always be first) 2002-03-02 09:51:24 +02:00
item_timefunc.cc merge 2002-04-13 15:34:39 +03:00
item_timefunc.h merge 2002-03-06 19:53:31 +02:00
item_uniq.cc Update copyright 2001-12-06 14:10:51 +02:00
item_uniq.h Update copyright 2001-12-06 14:10:51 +02:00
key.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
lex.h merge 2002-04-13 15:34:39 +03:00
lex_symbol.h Update copyright 2001-12-06 14:10:51 +02:00
lock.cc merge with 3.23.50 2002-03-27 01:56:10 +02:00
log.cc merge 2002-04-13 15:34:39 +03:00
log_event.cc replication fix 2002-03-30 13:42:01 -07:00
log_event.h Fix for load data infile when no active database 2002-03-22 01:03:34 +02:00
Makefile.am add sql_derived.cc into compilation 2002-03-29 19:27:21 +04:00
matherr.c Update copyright 2001-12-06 14:10:51 +02:00
mf_iocache.cc Update copyright 2001-12-06 14:10:51 +02:00
mini_client.cc New error messages 2002-01-29 18:32:16 +02:00
mini_client.h Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
my_lock.c merge with 3.23.48 2002-02-11 13:48:59 +02:00
mysql_priv.h merge 2002-04-13 15:34:39 +03:00
mysqld.cc merge 2002-04-13 15:34:39 +03:00
net_pkg.cc Cleanups 2002-04-02 17:54:57 +03:00
net_serv.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
nt_servc.cc Changes for to control the tables and log clean up. 2002-02-20 23:20:15 -03:00
nt_servc.h Adding code for NT service in the install and remove 2001-10-25 05:57:15 -02:00
opt_ft.cc
opt_ft.h fixes for ft-boolean and range optimizer 2001-11-22 16:00:11 +01:00
opt_range.cc merge 2002-04-13 15:34:39 +03:00
opt_range.h merge 2002-04-13 15:34:39 +03:00
opt_sum.cc merge 2002-04-13 15:34:39 +03:00
password.c Update copyright 2001-12-06 14:10:51 +02:00
procedure.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
procedure.h Update copyright 2001-12-06 14:10:51 +02:00
records.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
repl_failsafe.cc Hash now supports several charsets 2002-03-14 21:44:42 +04:00
repl_failsafe.h work to enable reading 3.23 logs - not yet finished 2001-11-10 22:24:12 -07:00
slave.cc merge 2002-04-13 15:34:39 +03:00
slave.h relay_log_space_limit 2002-04-01 21:46:23 -07:00
spatial.cc Added GIS extension 2002-02-22 15:24:42 +04:00
spatial.h Added GIS extension 2002-02-22 15:24:42 +04:00
sql_acl.cc Some fixes after merging changes from 4.0 2002-04-16 18:21:53 +05:00
sql_acl.h Changes required for maximum queries per hour 2002-02-01 15:40:38 +02:00
sql_analyse.cc RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
sql_analyse.h Update copyright 2001-12-06 14:10:51 +02:00
sql_base.cc merge 2002-04-13 15:34:39 +03:00
sql_cache.cc merge 2002-04-13 15:34:39 +03:00
sql_cache.h processing trunsactional tables in query cache 2002-03-15 23:57:31 +02:00
sql_class.cc merge 2002-04-13 15:34:39 +03:00
sql_class.h RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
sql_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_crypt.h Update copyright 2001-12-06 14:10:51 +02:00
sql_db.cc merge 2002-04-13 15:34:39 +03:00
sql_delete.cc fixed bug in truncating temp tables 2002-04-08 18:20:24 -06:00
sql_derived.cc Derived tables ! 2002-03-26 15:06:05 +02:00
sql_do.cc Minors changes for the Windows 3.23.47 release 2001-12-30 00:22:01 -02:00
sql_handler.cc merge 2002-04-13 15:34:39 +03:00
sql_insert.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
sql_lex.cc merge 2002-04-13 15:34:39 +03:00
sql_lex.h merge 2002-04-13 15:34:39 +03:00
sql_list.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_list.h Update copyright 2001-12-06 14:10:51 +02:00
sql_load.cc Fix for load data infile when no active database 2002-03-22 01:03:34 +02:00
sql_manager.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_manager.h Generalize handle_flush thread to also handle various management 2000-11-27 18:14:49 -05:00
sql_map.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_map.h Update copyright 2001-12-06 14:10:51 +02:00
sql_parse.cc merge 2002-04-13 15:34:39 +03:00
sql_rename.cc merge with 3.23.50 2002-03-27 01:56:10 +02:00
sql_repl.cc relay_log_space_limit 2002-04-01 21:46:23 -07:00
sql_repl.h Here comes a nasty patch, although I am not ready to push it yet. I will 2002-01-19 19:16:52 -07:00
sql_select.cc MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
sql_select.h Increase max package length to 512M for mysql and mysqldump. 2002-01-23 02:52:26 +02:00
sql_show.cc Fix to use Monty's changes in frm format 2002-04-18 14:08:38 +05:00
sql_sort.h Redefinition of myisam_bulk_insert_tree_size 2001-07-10 15:53:08 +03:00
sql_string.cc use String->charset instead of default_charset_info 2002-03-14 20:52:48 +04:00
sql_string.h Added new method to set string's charset 2002-03-20 20:52:23 +04:00
sql_table.cc RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
sql_test.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_udf.cc Hash now supports several charsets 2002-03-14 21:44:42 +04:00
sql_udf.h Update copyright 2001-12-06 14:10:51 +02:00
sql_union.cc Adding some things according to Monty's correct observations 2002-04-12 16:01:09 +03:00
sql_update.cc added building without query cache 2002-03-22 22:55:08 +02:00
sql_yacc.yy fixed bug in derived tables if derived tables more than 1 2002-05-06 22:47:57 +03:00
stacktrace.c Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
stacktrace.h Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
structs.h Fix to use Monty's changes in frm format 2002-04-18 14:08:38 +05:00
table.cc Now several character sets can live in the same table, 2002-05-14 20:58:38 +05:00
table.h Now several character sets can live in the same table, 2002-05-14 20:58:38 +05:00
thr_malloc.cc Update copyright 2001-12-06 14:10:51 +02:00
time.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
udf_example.cc Update copyright 2001-12-06 14:10:51 +02:00
uniques.cc Update copyright 2001-12-06 14:10:51 +02:00
unireg.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
unireg.h merge with 3.23.49 2002-02-14 18:58:24 +02:00
watchdog_mysqld