mariadb/sql
2002-05-20 15:23:19 +03:00
..
share merge to 3.23.51 2002-05-20 12:48:08 +03:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
add_errmsg Import changeset 2000-07-31 21:29:14 +02:00
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 Two bug fixes 2002-03-28 18:35:21 +02: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 Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
field.cc merge with 3.23.51 2002-05-16 18:20:49 +03:00
field.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
field_conv.cc Update copyright 2001-12-06 14:10:51 +02:00
filesort.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
frm_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
gen_lex_hash.cc merge with 3.23.47 (DO statement) 2001-12-17 20:47:20 +02:00
ha_berkeley.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
ha_berkeley.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_heap.cc Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
ha_heap.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_innodb.cc ha_innodb.cc: 2002-04-22 11:58:38 +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 Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03: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 Update copyright 2001-12-06 14:10:51 +02:00
hostname.cc merge with 3.23.51 2002-05-16 18:20:49 +03:00
init.cc Update copyright 2001-12-06 14:10:51 +02:00
item.cc merge with 3.23.50 2002-03-27 01:56:10 +02:00
item.h merge with 3.23.51 2002-05-16 18:20:49 +03:00
item_buff.cc Update copyright 2001-12-06 14:10:51 +02:00
item_cmpfunc.cc Optimize LIKE with turbo-boyer-more algoritm 2002-05-17 16:45:00 +03:00
item_cmpfunc.h Optimize LIKE with turbo-boyer-more algoritm 2002-05-17 16:45:00 +03:00
item_create.cc merged 2002-01-03 20:00:45 +00:00
item_create.h BIT_LENGTH ODBC function 2002-01-03 19:47:14 +00:00
item_func.cc bug with indexless boolean fts and master-slave optimization fixed 2002-05-07 11:43:25 +00:00
item_func.h Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2002-04-02 14:59:40 +00:00
item_strfunc.cc merge 2002-05-19 11:10:06 +03:00
item_strfunc.h Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
item_sum.cc Update copyright 2001-12-06 14:10:51 +02: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-03-06 19:53:31 +02:00
item_timefunc.h merge with 3.23.51 2002-05-16 18:20:49 +03: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 Update copyright 2001-12-06 14:10:51 +02:00
lex.h Features made for Schlund plus several bug fixes. 2002-05-15 13:50:38 +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 Sergei's MyODBC fix 2002-05-12 23:01:45 -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 Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02: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 merge with 3.23.51 2002-05-16 18:20:49 +03: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-25 01:16:42 +03:00
mysqld.cc New my_gethostbyname_r() handling 2002-05-16 16:32:51 +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 Add several services for NT 2002-05-08 05:46:30 -03:00
nt_servc.h Add several services for NT 2002-05-08 05:46:30 -03:00
opt_ft.cc Oops - forgot to add files to bk 2000-10-09 00:00:24 +02:00
opt_ft.h fixes for ft-boolean and range optimizer 2001-11-22 16:00:11 +01:00
opt_range.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
opt_range.h Fix sorting of NULL values (Should always be first) 2002-03-02 09:51:24 +02:00
opt_sum.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
password.c Update copyright 2001-12-06 14:10:51 +02:00
procedure.cc Update copyright 2001-12-06 14:10:51 +02: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 fixes for slave backward compat 2002-02-07 15:29:46 -07:00
repl_failsafe.h work to enable reading 3.23 logs - not yet finished 2001-11-10 22:24:12 -07:00
slave.cc Sergei's MyODBC fix 2002-05-12 23:01:45 -03:00
slave.h Portability fix 2002-04-30 16:40:46 +03:00
sql_acl.cc merge with 3.23.51 2002-05-16 18:20:49 +03:00
sql_acl.h Features made for Schlund plus several bug fixes. 2002-05-15 13:50:38 +03:00
sql_analyse.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
sql_analyse.h Update copyright 2001-12-06 14:10:51 +02:00
sql_base.cc Fixed that enable-reads-from-master and repl-parse-query works in option files. 2002-04-29 12:24:14 +03:00
sql_cache.cc Fixed some things to make MySQL to compile again. 2002-05-15 18:41:36 +03:00
sql_cache.h processing trunsactional tables in query cache 2002-03-15 23:57:31 +02:00
sql_class.cc Features made for Schlund plus several bug fixes. 2002-05-15 13:50:38 +03:00
sql_class.h Features made for Schlund plus several bug fixes. 2002-05-15 13:50:38 +03: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 with 3.23.51 2002-05-16 18:20:49 +03:00
sql_delete.cc merge 2002-05-09 17:30:58 +03:00
sql_do.cc Minors changes for the Windows 3.23.47 release 2001-12-30 00:22:01 -02:00
sql_handler.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
sql_insert.cc merge 2002-05-09 17:30:58 +03:00
sql_lex.cc replication updates and bugfixes. Still not perfect - there is some strange 2002-03-15 18:44:44 -07:00
sql_lex.h Features made for Schlund plus several bug fixes. 2002-05-15 13:50:38 +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 sanja.is.com.ua:/home/bell/mysql/mysql-4.0 2002-05-18 21:04:30 +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 Fixed some compilation problems in last changeset 2002-05-16 23:35:09 +03: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 merge 2002-04-25 01:16:42 +03:00
sql_sort.h Redefinition of myisam_bulk_insert_tree_size 2001-07-10 15:53:08 +03:00
sql_string.cc Removed some old Makefiles to avoid name conflict on Mac OS X 2002-04-22 23:36:34 +03:00
sql_string.h Update copyright 2001-12-06 14:10:51 +02:00
sql_table.cc Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0 2002-05-16 22:06:24 +03:00
sql_test.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_udf.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02: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 merge 2002-05-09 17:30:58 +03:00
sql_yacc.yy merge with 3.23.51 2002-05-16 18:20:49 +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 Features made for Schlund plus several bug fixes. 2002-05-15 13:50:38 +03:00
table.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
table.h fts+const_tables bug fixed 2002-04-02 14:56:40 +00:00
thr_malloc.cc Update copyright 2001-12-06 14:10:51 +02:00
time.cc Update copyright 2001-12-06 14:10:51 +02:00
udf_example.cc Update copyright 2001-12-06 14:10:51 +02:00
uniques.cc init_dynamic_array MyODBC compatibility fix 2002-04-28 21:22:37 +00:00
unireg.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
unireg.h Optimize LIKE with turbo-boyer-more algoritm 2002-05-17 16:45:00 +03:00
watchdog_mysqld Import changeset 2000-07-31 21:29:14 +02:00