mariadb/sql
unknown dd9fa926b3 trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
trx0sys.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
trx0trx.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0mysql.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0purge.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0sel.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0uins.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0umod.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0upd.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
srv0srv.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
srv0start.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
sync0arr.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
fil0fil.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
ibuf0ibuf.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
lock0lock.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
os0file.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
btr0btr.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
btr0cur.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
btr0sea.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
buf0buf.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
data0data.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
srv0srv.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
trx0sys.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
trx0trx.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
btr0cur.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
buf0buf.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
data0data.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
ha_innobase.cc	Fix the auto-inc+REPLACE+replication bug, improve InnoDB Monitor prints


sql/ha_innobase.cc:
  Fix the auto-inc+REPLACE+replication bug, improve InnoDB Monitor prints
innobase/include/btr0cur.h:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/include/buf0buf.h:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/include/data0data.h:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/include/srv0srv.h:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/include/trx0sys.h:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/include/trx0trx.h:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/btr/btr0btr.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/btr/btr0cur.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/btr/btr0sea.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/buf/buf0buf.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/data/data0data.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/fil/fil0fil.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/ibuf/ibuf0ibuf.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/lock/lock0lock.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/os/os0file.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/row/row0mysql.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/row/row0purge.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/row/row0sel.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/row/row0uins.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/row/row0umod.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/row/row0upd.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/srv/srv0srv.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/srv/srv0start.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/sync/sync0arr.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/trx/trx0roll.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/trx/trx0sys.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
innobase/trx/trx0trx.c:
  Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
2001-08-29 19:42:23 +03:00
..
share Portability fixes. 2001-08-21 20:06:00 +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 Import changeset 2000-07-31 21:29:14 +02:00
cache_manager.h Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog Whoops, forgot to update sql/ChangeLog. 2000-11-11 12:32:39 -06:00
convert.cc Import changeset 2000-07-31 21:29:14 +02:00
custom_conf.h Import changeset 2000-07-31 21:29:14 +02:00
derror.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
field.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
field.h Fixed bug in auto-increment handling with InnoDB 2001-08-26 23:24:48 +03:00
field_conv.cc Fixed bug in INSERT DELAYED when INSERT generated an error 2001-03-08 21:49:15 +02:00
filesort.cc Portability fixes. 2001-08-21 20:06:00 +03:00
frm_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
gen_lex_hash.cc Fixed bug in auto-increment handling with InnoDB 2001-08-26 23:24:48 +03:00
ha_berkeley.cc Add test case for update/replace bug in bdb. 2001-07-24 12:23:17 -04:00
ha_berkeley.h Add test case for update/replace bug in bdb. 2001-07-24 12:23:17 -04:00
ha_gemini.cc Portability fixes. 2001-08-21 20:06:00 +03:00
ha_gemini.h Portability fixes. 2001-08-21 20:06:00 +03:00
ha_hash.h Import changeset 2000-07-31 21:29:14 +02:00
ha_heap.cc Fixed for bugs that was found when getting full code coverage of BDB 2001-01-17 03:15:20 +02:00
ha_heap.h Don't use ranges on HEAP tables with LIKE 2001-04-17 03:55:25 +03:00
ha_innobase.cc trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints 2001-08-29 19:42:23 +03:00
ha_innobase.h ha_innobase.h Fix Sort aborted bug 2001-08-09 20:42:32 +03:00
ha_isam.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isam.h Optimization of delete with record cache (for MyISAM tables) 2001-03-11 23:09:09 +02:00
ha_isammrg.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isammrg.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisam.cc Fixed bug in ALTER TABLE for MERGE tables 2001-08-10 17:05:54 +03:00
ha_myisam.h ha_myisam.cc magic removed 2001-01-19 20:25:27 +02:00
ha_myisammrg.cc Fixed bug in ALTER TABLE for MERGE tables 2001-08-10 17:05:54 +03:00
ha_myisammrg.h Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
handler.cc Portability fixes. 2001-08-21 20:06:00 +03:00
handler.h Portability fixes. 2001-08-21 20:06:00 +03:00
hash_filo.cc Import changeset 2000-07-31 21:29:14 +02:00
hash_filo.h Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
hostname.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
init.cc Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
item.cc Remove wrong access check for locks. 2001-05-23 02:40:24 +03:00
item.h bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
item_buff.cc Import changeset 2000-07-31 21:29:14 +02:00
item_cmpfunc.cc Fixed problems with decimals withing IF() 2001-05-29 13:46:17 +03:00
item_cmpfunc.h New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_create.cc rpl000016.test sync 2001-01-17 05:47:33 -07:00
item_create.h rpl000016.test sync 2001-01-17 05:47:33 -07:00
item_func.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
item_func.h Added tests if a user variable is changed in the same query. 2001-03-15 11:55:44 +02:00
item_strfunc.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
item_strfunc.h sql/item_strfunc.cc 2000-11-06 19:39:13 -07:00
item_sum.cc Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
item_sum.h Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
item_timefunc.cc New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_timefunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_uniq.cc PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
item_uniq.h PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
key.cc Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
lex.h Portability fixes. 2001-08-21 20:06:00 +03:00
lex_symbol.h Import changeset 2000-07-31 21:29:14 +02:00
lock.cc Pushing all the Gemini changes above the table handler. 2001-05-29 09:29:08 -04:00
log.cc Fix for handling of floats inside val_int() of +, - * and /. 2001-08-18 14:24:01 +03:00
log_event.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
log_event.h mysqlbinlog->client 2001-08-09 18:16:43 -06:00
Makefile.am mysqlbinlog->client 2001-08-09 18:16:43 -06:00
matherr.c Import changeset 2000-07-31 21:29:14 +02:00
md5.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
md5.h Import changeset 2000-07-31 21:29:14 +02:00
mf_iocache.cc Only write full transactions to binary log 2000-12-07 14:08:48 +02:00
mini_client.cc Portability fixes 2001-08-23 00:55:48 +03:00
mini_client.h sql/item_strfunc.cc 2000-11-06 19:39:13 -07:00
my_lock.c New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
mysql_priv.h Fixes for OS2. 2001-08-22 01:45:07 +03:00
mysqld.cc Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
net_pkg.cc Fixed bug that caused client to hang because mysqld never did send an 2001-06-02 00:03:16 +03:00
net_serv.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
nt_servc.cc Import changeset 2000-07-31 21:29:14 +02:00
nt_servc.h Import changeset 2000-07-31 21:29:14 +02:00
opt_ft.cc Oops - forgot to add files to bk 2000-10-09 00:00:24 +02:00
opt_ft.h Ill-minded FULLTEXT impilict initialization hack removed. 2000-11-02 17:36:21 +01:00
opt_range.cc Fixed portability problems in mysqlcheck 2001-04-21 03:03:08 +03:00
opt_range.h Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL 2001-04-10 11:32:28 +03:00
opt_sum.cc Fixed bug in MAX() optimizing for BDB tables 2001-03-10 17:05:10 +02:00
password.c Lots of manual changes 2001-01-25 22:38:26 +02:00
procedure.cc Import changeset 2000-07-31 21:29:14 +02:00
procedure.h FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
records.cc Portability fixes 2001-08-10 17:37:37 +03:00
slave.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
slave.h added slave_net_timeout 2001-07-17 14:22:52 -06:00
sql_acl.cc Fix for handling of floats inside val_int() of +, - * and /. 2001-08-18 14:24:01 +03:00
sql_acl.h Portability fixes 2001-08-10 17:37:37 +03:00
sql_analyse.cc Fix for snprintf 2000-08-22 00:55:45 +03:00
sql_analyse.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_base.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
sql_cache.cc Portability fixes 2000-10-04 23:20:16 +03:00
sql_class.cc Portability fixes. 2001-08-21 20:06:00 +03:00
sql_class.h Portability fixes. 2001-08-21 20:06:00 +03:00
sql_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_crypt.h Import changeset 2000-07-31 21:29:14 +02:00
sql_db.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
sql_delete.cc Portability fixes. 2001-08-21 20:06:00 +03:00
sql_insert.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
sql_lex.cc Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
sql_lex.h Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
sql_list.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_list.h Fixed bug in ALTER TABLE for MERGE tables 2001-08-10 17:05:54 +03:00
sql_load.cc Fixed that LOAD DATA INFILE works with transactions. 2001-08-28 06:43:55 +03:00
sql_manager.cc mysql_priv.h manager_status is volatile 2000-11-28 15:59:46 -05:00
sql_manager.h Generalize handle_flush thread to also handle various management 2000-11-27 18:14:49 -05:00
sql_map.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_map.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_parse.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
sql_rename.cc Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
sql_repl.cc Portability fixes 2001-08-23 00:55:48 +03:00
sql_repl.h fixed message in post-commit trigger 2001-06-28 18:22:29 -06:00
sql_select.cc Portability fixes. 2001-08-21 20:06:00 +03:00
sql_select.h Added functions for symbolic link handling to make it possible to 2001-05-31 12:18:53 +03:00
sql_show.cc Fixed that LOAD DATA INFILE works with transactions. 2001-08-28 06:43:55 +03:00
sql_string.cc Fixed that LOAD DATA INFILE works with transactions. 2001-08-28 06:43:55 +03:00
sql_string.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_table.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
sql_test.cc Portability fixes. 2001-08-18 10:49:00 +03:00
sql_udf.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
sql_udf.h Import changeset 2000-07-31 21:29:14 +02:00
sql_update.cc Portability fixes. 2001-08-21 20:06:00 +03:00
sql_yacc.yy Portability fixes. 2001-08-21 20:06:00 +03:00
stacktrace.c Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
stacktrace.h Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
structs.h --safe-show-db and have_xxx variables 2000-12-26 17:34:04 +02:00
table.cc bug with mysql_change_db() fixed 2001-03-21 17:09:43 +01:00
table.h Applied patches for BDB tables 2001-05-09 23:02:36 +03:00
thr_malloc.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
time.cc Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
udf_example.cc Workaround for bug in thread library in Unixware 7 2001-02-03 18:00:29 +02:00
unireg.cc Fixes for bugs in the usage of IO_CACHE 2000-11-17 02:36:46 +02:00
unireg.h Added ER_SAFE() for cases when the error message could be out of bands 2001-06-01 04:10:53 +03:00
violite.c Portability fixes 2001-08-23 00:55:48 +03:00
watchdog_mysqld Import changeset 2000-07-31 21:29:14 +02:00