mariadb/sql
heikki@hundin.mysql.fi 48063238e2 mysqld.cc:
update help innobase_flush_log_at_trx_commitcan have vals 0, 1, 2 
ha_innobase.h, ha_innobase.cc:
  make innobase_flush_log_at_trx_commit a long, like other params
2002-09-10 14:23:46 +03:00
..
share In my previous commit I didn't notice that we already have brazilian portuguese :( 2002-07-16 17:18:54 +05:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog
convert.cc
custom_conf.h
derror.cc
field.cc Fixed problems with DECIMAL() type on overflow. 2002-05-02 18:04:21 +03:00
field.h
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc Better error messages for mysql-test-run 2002-08-06 16:12:52 +03:00
ha_berkeley.cc
ha_berkeley.h
ha_gemini.cc
ha_gemini.h
ha_hash.h
ha_heap.cc
ha_heap.h
ha_innobase.cc mysqld.cc: 2002-09-10 14:23:46 +03:00
ha_innobase.h mysqld.cc: 2002-09-10 14:23:46 +03:00
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc LOCK+modify+OPTIMIZE bugfix 2002-08-31 23:18:08 +00:00
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
handler.cc log.cc, handler.cc: 2002-06-22 20:05:30 +03:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc New my_gethostbyname_r() handling 2002-05-16 16:32:51 +03:00
init.cc
item.cc
item.h Fixed bug in datetime range optimization 2002-05-15 01:01:26 +03:00
item_buff.cc
item_cmpfunc.cc Check if AND/OR expression can be NULL 2002-09-03 15:53:07 +03:00
item_cmpfunc.h Fix for ISNULL() 2002-05-07 19:08:56 +03:00
item_create.cc
item_create.h
item_func.cc Portability fixes for SCO and HPUX 2002-05-31 15:22:38 +03: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 Fix bug in CONCAT_WS() 2002-05-17 10:50:57 +03:00
item_strfunc.h
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h Fix for ISNULL() 2002-05-07 19:08:56 +03:00
item_uniq.cc
item_uniq.h
key.cc Fixed problem with auto_increment key as not first key part 2002-07-23 02:08:48 +03:00
lex.h Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows 2002-07-29 09:35:25 +03:00
lex_symbol.h
lock.cc
log.cc Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows 2002-07-29 09:35:25 +03:00
log_event.cc
log_event.h Fixed bug in binary log when using LOAD DATA INFILE without active database. 2002-06-30 23:25:46 +03:00
Makefile.am
matherr.c
md5.c
md5.h
mf_iocache.cc
mini_client.cc Another try to fix slave timeouts 2002-07-17 14:46:09 +03:00
mini_client.h
my_lock.c
mysql_priv.h Fixed bug introduces by last changeset 2002-09-03 16:28:01 +03:00
mysqld.cc mysqld.cc: 2002-09-10 14:23:46 +03:00
net_pkg.cc
net_serv.cc
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc Backported fix from 4.0 which caused core dumps for some complex queries. 2002-06-17 15:00:06 +03:00
opt_range.h
opt_sum.cc
password.c
procedure.cc
procedure.h
records.cc
slave.cc Added some mutex locks to make SLAVE START and SLAVE STOP thread safe. 2002-08-05 13:09:12 +03:00
slave.h slave.h, slave.cc: 2002-06-22 20:00:32 +03:00
sql_acl.cc Better fix for problem with empty database names in the mysql.db table 2002-08-08 00:53:00 +03:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc Fixed bug introduces by last changeset 2002-09-03 16:28:01 +03:00
sql_cache.cc
sql_class.cc
sql_class.h
sql_crypt.cc
sql_crypt.h
sql_db.cc Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables. 2002-07-19 21:57:53 +03:00
sql_delete.cc Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables. 2002-07-19 21:57:53 +03:00
sql_do.cc
sql_insert.cc A small fix for last_insert_id with multi-row inserts 2002-08-10 22:08:00 +03:00
sql_lex.cc
sql_lex.h Many files: 2002-07-08 19:34:49 +03:00
sql_list.cc
sql_list.h
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_parse.cc Do handler specific drop-database at safe place. 2002-07-14 10:37:34 +03:00
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc Fixed bug with GROUP BY on NULL fields. 2002-08-05 18:10:53 +03:00
sql_select.h
sql_show.cc Reverted Heikkis patch as his was not portable. 2002-08-08 21:43:46 +03:00
sql_string.cc
sql_string.h
sql_table.cc Check if AND/OR expression can be NULL 2002-09-03 15:53:07 +03:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_update.cc Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables. 2002-07-19 21:57:53 +03:00
sql_yacc.yy Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows 2002-07-29 09:35:25 +03:00
stacktrace.c
stacktrace.h
structs.h
table.cc Fixed problem with auto_increment key as not first key part 2002-07-23 02:08:48 +03:00
table.h
thr_malloc.cc
time.cc
udf_example.cc
unireg.cc
unireg.h
violite.c
watchdog_mysqld