mariadb/sql
unknown c9c58163a9 Remove SAFE_MODE for opt_range as it disables UPDATE to use keys
REDO optimization (Bascily avoid moving blocks from/to pagecache)
More command line arguments to maria_read_log
Fixed recovery bug when recreating table


sql/opt_range.cc:
  Remove SAFE_MODE for opt_range as it disables UPDATE to use keys
storage/maria/ma_blockrec.c:
  REDO optimization
  Use new interface for pagecache_reads to avoid copying page buffers
storage/maria/ma_loghandler.c:
  Patch from Sanja:
  - Added new parameter to translog_get_page to use direct links to pagecache
  - Changed scanner to be able to use direct links
  
  This avoids a lot of calls to bmove512() in page cache.
storage/maria/ma_loghandler.h:
  Added direct link to pagecache objects
storage/maria/ma_open.c:
  Added const to parameter
  Added missing braces
storage/maria/ma_pagecache.c:
  From Sanja:
  - Added direct links to pagecache (from pagecache_read())
    Dirrect link means that on pagecache_read we get back a pointer to the pagecache buffer
  
  
  From Monty:
  - Fixed arguments to init_page_cache to handle big page caches
  - Fixed compiler warnings
  - Replaced PAGECACHE_PAGE_LINK with PAGECACHE_BLOCK_LINK * to catch errors
storage/maria/ma_pagecache.h:
  Changed block numbers from int to long to be able to handle big page caches
  Changed some PAGECACHE_PAGE_LINK to PAGECACHE_BLOCK_LINK
storage/maria/ma_recovery.c:
  Fixed recovery bug when recreating table (table was kept open)
  Moved some variables to function start (portability)
  Added space to some print messages
storage/maria/maria_chk.c:
  key_buffer_size -> page_buffer_size
storage/maria/maria_def.h:
  Changed default page_buffer_size to 10M
storage/maria/maria_read_log.c:
  Added more startup options:
  --version
  --undo (apply undo)
  --page_cache_size (to run with big cache sizes)
  --silent (to not get any output from --apply)
storage/maria/unittest/ma_control_file-t.c:
  Fixed compiler warning
storage/maria/unittest/ma_test_loghandler-t.c:
  Added new argument to translog_init_scanner()
storage/maria/unittest/ma_test_loghandler_multigroup-t.c:
  Added new argument to translog_init_scanner()
storage/maria/unittest/ma_test_loghandler_multithread-t.c:
  Added new argument to translog_init_scanner()
2007-09-27 14:18:28 +03:00
..
examples Bug#28862 Extended Latin1 characters get lost in CVS engine 2007-06-15 11:19:35 +05:00
share Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.1-engines 2007-07-06 09:03:50 -07:00
.cvsignore
add_errmsg
authors.h Correctly report load type. 2007-03-15 23:39:07 -07:00
client_settings.h
CMakeLists.txt Adding new files to CMakeLists.txt to make it build on Windows. 2007-06-12 09:38:30 +02:00
contributors.h
custom_conf.h
derror.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
des_key_file.cc
discover.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
event_data_objects.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-02 01:35:52 +04:00
event_data_objects.h Patch for the following bugs: 2007-06-28 21:34:54 +04:00
event_db_repository.cc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
event_db_repository.h Patch for the following bugs: 2007-06-28 21:34:54 +04:00
event_queue.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-01 12:12:06 +04:00
event_queue.h Fix for bug#28075 COM_DEBUG crashes mysqld 2007-05-21 10:51:11 +02:00
event_scheduler.cc Fix for Bug#28963 "Missing DBUG_RETURN message when stopping event 2007-06-10 13:16:02 +04:00
event_scheduler.h Fix for bug#28075 COM_DEBUG crashes mysqld 2007-05-21 10:51:11 +02:00
events.cc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
events.h Post-merge and post-review fixes for the patch for 2007-04-05 20:47:22 +04:00
field.cc Merge trift2.:/MySQL/M50/clone-5.0 2007-06-25 13:22:34 +02:00
field.h Merge trift2.:/MySQL/M50/clone-5.0 2007-06-25 13:22:34 +02:00
field_conv.cc Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-06-30 20:49:28 -07:00
filesort.cc Merged with mysql-5.1 main tree. 2007-07-02 20:45:15 +03:00
frm_crypt.cc
gen_lex_hash.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-27 17:49:12 +03:00
gstream.cc
gstream.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
ha_ndbcluster.cc Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb 2007-06-30 11:46:20 +02:00
ha_ndbcluster.h Bug #29222 Statement mode replicates both statement and rows when writing to an NDB table 2007-06-27 22:33:03 +02:00
ha_ndbcluster_binlog.cc WL#3303 2007-06-27 22:28:18 +02:00
ha_ndbcluster_binlog.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
ha_ndbcluster_cond.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
ha_ndbcluster_cond.h Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb 2007-06-20 06:26:23 +02:00
ha_ndbcluster_tables.h enabled test case 2007-03-20 17:07:53 +01:00
ha_partition.cc Fixed several bugs found by running *.test with maria engine 2007-09-03 12:05:17 +03:00
ha_partition.h Fixed several bugs found by running *.test with maria engine 2007-09-03 12:05:17 +03:00
handler.cc Fixes for bugs found by maria.test and event*tests: 2007-08-21 20:54:11 +03:00
handler.h If Maria engine is not compiled in, don't use page caches (fix 2007-09-07 16:59:12 +02:00
hash_filo.cc
hash_filo.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
hostname.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
init.cc Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121 2007-05-28 12:52:05 +04:00
item.cc Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-06-30 20:49:28 -07:00
item.h Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime 2007-07-02 01:55:01 +04:00
item_buff.cc
item_cmpfunc.cc Merge bk@192.168.21.1:mysql-5.1-opt 2007-06-25 14:28:30 +05:00
item_cmpfunc.h Merge bk@192.168.21.1:mysql-5.1-opt 2007-06-25 14:28:30 +05:00
item_create.cc Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl 2007-06-21 22:10:40 +02:00
item_create.h Merge mysql.com:/home/hf/work/27921/my50-27921 2007-05-11 13:07:53 +05:00
item_func.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-27 17:51:35 +03:00
item_func.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-27 17:49:12 +03:00
item_geofunc.cc Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2007-03-05 18:22:35 +04:00
item_geofunc.h Merge mysql.com:/home/ram/work/b26038/b26038.5.0 2007-03-05 17:12:37 +04:00
item_row.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
item_row.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
item_strfunc.cc Merge gleb.loc:/home/uchum/work/bk/5.0-opt 2007-06-18 17:08:56 +05:00
item_strfunc.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
item_subselect.cc Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-06-30 20:49:28 -07:00
item_subselect.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
item_sum.cc Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-07-02 13:42:39 +02:00
item_sum.h Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-06-30 20:49:28 -07:00
item_timefunc.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-06-11 15:57:59 -06:00
item_timefunc.h Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
item_xmlfunc.cc merging MyISAM changes into Maria (not done in 5.1->maria merge of 2007-07-27 12:06:39 +02:00
item_xmlfunc.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
key.cc Merged from main 5.1 2007-05-24 19:47:58 +03:00
lex.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-maria 2007-07-04 12:20:53 +03:00
lex_symbol.h Fix -ansi -pedantic warning (can't cast a pointer to function 2007-03-08 12:04:45 +03:00
lock.cc Fixed several bugs found by running *.test with maria engine 2007-09-03 12:05:17 +03:00
log.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-27 17:49:12 +03:00
log.h Fix for bug #26380: LOCK TABLES + FLUSH LOGS causes deadlock 2007-06-17 09:56:33 +05:00
log_event.cc Bug #29157: UPDATE, changed rows incorrect 2007-06-28 16:07:55 +03:00
log_event.h Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-06-05 01:15:07 +02:00
log_event_old.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
log_event_old.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
Makefile.am Bug#29451 (Broken makefile dependencies with libndb.la) 2007-06-29 13:52:43 -06:00
matherr.c
message.mc
mf_iocache.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
my_decimal.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
my_decimal.h Merge trift2.:/MySQL/M51/clone-5.1 2007-06-05 17:53:02 +02:00
my_lock.c
mysql_priv.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-07 22:13:36 +03:00
mysqld.cc Bugfix: --pagecache* options were ignored; with --key-cache*=# --pagecache*=#, 2007-09-13 21:05:17 +02:00
mysqld_suffix.h
net_serv.cc Merge mysql.com:/home/hf/work/29117/my50-29117 2007-06-19 12:32:18 +05:00
nt_servc.cc
nt_servc.h
opt_range.cc Remove SAFE_MODE for opt_range as it disables UPDATE to use keys 2007-09-27 14:18:28 +03:00
opt_range.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
opt_sum.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
parse_file.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
parse_file.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
partition_element.h wl#2936 - fixing problems 2007-04-13 19:23:02 +02:00
partition_info.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
partition_info.h Bug#26827 - table->read_set is set incorrectly, 2007-07-04 21:55:26 +02:00
password.c Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
procedure.cc
procedure.h
protocol.cc Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
protocol.h Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
records.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
repl_failsafe.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
repl_failsafe.h
rpl_constants.h WL#3464: Add replication event to denote gap in replication 2007-03-29 20:31:09 +02:00
rpl_filter.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
rpl_filter.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
rpl_injector.cc Bug#17095 circular replication for ndb 2007-04-12 16:13:49 +02:00
rpl_injector.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
rpl_mi.cc Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl 2007-06-09 08:29:51 +02:00
rpl_mi.h BUG#24954 (Last_errno and Last_error not set after master_retry_count has 2007-06-11 22:15:39 +02:00
rpl_record.cc BUG#24954 (Last_errno and Last_error not set after master_retry_count has 2007-06-11 22:15:39 +02:00
rpl_record.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
rpl_record_old.cc BUG#24954 (Last_errno and Last_error not set after master_retry_count has 2007-06-11 22:15:39 +02:00
rpl_record_old.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
rpl_reporting.cc BUG#24954 (Last_errno and Last_error not set after master_retry_count has 2007-06-11 22:15:39 +02:00
rpl_reporting.h BUG#24954 (Last_errno and Last_error not set after master_retry_count has 2007-06-11 22:15:39 +02:00
rpl_rli.cc Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl 2007-06-09 08:29:51 +02:00
rpl_rli.h BUG#24954 (Last_errno and Last_error not set after master_retry_count has 2007-06-11 22:15:39 +02:00
rpl_tblmap.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
rpl_tblmap.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
rpl_utility.cc BUG#24954 (Last_errno and Last_error not set after master_retry_count has 2007-06-11 22:15:39 +02:00
rpl_utility.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
scheduler.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
scheduler.h Fixed compiler warnings 2007-02-23 13:13:55 +02:00
set_var.cc Merged with mysql-5.1 main tree. 2007-07-02 20:45:15 +03:00
set_var.h Merged with mysql-5.1 main tree. 2007-07-02 20:45:15 +03:00
slave.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-27 17:49:12 +03:00
slave.h Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl 2007-06-09 08:29:51 +02:00
sp.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-02 01:35:52 +04:00
sp.h Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-01 12:12:06 +04:00
sp_cache.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sp_cache.h
sp_head.cc Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime 2007-07-02 01:55:01 +04:00
sp_head.h Patch for the following bugs: 2007-06-28 21:34:54 +04:00
sp_pcontext.cc Follow up after work on Bug 4968 2007-06-10 14:43:57 +04:00
sp_pcontext.h Follow up after work on Bug 4968 2007-06-10 14:43:57 +04:00
sp_rcontext.cc Follow up after work on Bug 4968 2007-06-10 14:43:57 +04:00
sp_rcontext.h
spatial.cc Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2007-03-05 18:22:35 +04:00
spatial.h Merge siva.hindu.god:/home/tsmith/m/bk/maint/bmisc/50 2007-03-23 17:48:03 -06:00
sql_acl.cc Bug #29157: UPDATE, changed rows incorrect 2007-06-28 16:07:55 +03:00
sql_acl.h Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build 2007-03-20 17:58:30 +01:00
sql_analyse.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_analyse.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_array.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_base.cc Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-07-02 13:42:39 +02:00
sql_binlog.cc Embedded Server doesn't build on Windows. 2007-06-15 14:32:16 -04:00
sql_bitmap.h
sql_builtin.cc.in
sql_cache.cc Merge adventure.(none):/home/thek/Development/cpp/bug28211/my51-bug28211 2007-06-19 09:13:17 +02:00
sql_cache.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_class.cc Fixes for bugs found by maria.test and event*tests: 2007-08-21 20:54:11 +03:00
sql_class.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-07 18:33:43 +03:00
sql_client.cc Bug#26664 test suite times out on OS X 64bit 2007-05-24 11:21:27 +02:00
sql_connect.cc Bug#28984: crasher on connect with out of range password length in \ 2007-06-11 16:03:05 -04:00
sql_crypt.cc
sql_crypt.h
sql_cursor.cc
sql_cursor.h
sql_db.cc This the 4-th patch in scope of CS patch (BUG#11986). 2007-06-14 19:23:55 +04:00
sql_delete.cc * tests which use MERGE or INSERT DELAYED should run only 2007-08-09 15:00:32 +02:00
sql_derived.cc - addendum of the fix for bug 27786: 2007-04-23 14:16:49 +03:00
sql_do.cc
sql_error.cc Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime 2007-07-02 01:55:01 +04:00
sql_error.h BUG#26976 - Missing table in merge not noted in related error msg + 2007-06-06 04:42:41 +05:00
sql_handler.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
sql_help.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_insert.cc Optimization (useful at least for the Maria engine): we disable 2007-09-24 10:24:51 +02:00
sql_lex.cc Fix typo. 2007-06-29 17:59:19 +04:00
sql_lex.h Patch for the following bugs: 2007-06-28 21:34:54 +04:00
sql_list.cc 5.1 version of a fix and test cases for bugs: 2007-05-28 15:30:01 +04:00
sql_list.h Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-01 12:12:06 +04:00
sql_load.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-01 12:12:06 +04:00
sql_locale.cc
sql_manager.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_map.cc Added casts to avoid compiler warnings and fixed a wrong type. 2007-05-31 17:45:22 +03:00
sql_map.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_olap.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_parse.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-07 18:33:43 +03:00
sql_partition.cc Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.1-engines 2007-07-06 09:03:50 -07:00
sql_partition.h Merge bk@192.168.21.1:mysql-5.1-opt 2007-06-25 14:28:30 +05:00
sql_plugin.cc Merge ppcg5.local:/Users/antony/Work/p2-bug25800.6 2007-06-14 16:04:52 -07:00
sql_plugin.h 5.0-opt -> 5.1-opt merge 2007-06-12 18:41:56 +03:00
sql_prepare.cc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
sql_rename.cc Bug #26418: Slave out of sync after 2007-06-19 14:27:53 +03:00
sql_repl.cc Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl 2007-06-11 22:18:10 +02:00
sql_repl.h WL#2936 2007-03-02 08:43:45 -08:00
sql_select.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-07 18:33:43 +03:00
sql_select.h Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-06-30 20:49:28 -07:00
sql_servers.cc Bug #29157: UPDATE, changed rows incorrect 2007-06-28 16:07:55 +03:00
sql_servers.h BUG#26257 New Federated Server Functionality Doesn't support differently named tables 2007-03-24 01:18:19 -07:00
sql_show.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-07 18:33:43 +03:00
sql_show.h
sql_sort.h Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-maria 2007-02-28 17:50:51 +01:00
sql_state.c
sql_string.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_string.h Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
sql_table.cc Fixed some bugs when using undo of VARCHAR fields 2007-09-11 01:58:15 +03:00
sql_tablespace.cc Bug #26418: Slave out of sync after 2007-06-19 14:27:53 +03:00
sql_test.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-27 17:49:12 +03:00
sql_trigger.cc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
sql_trigger.h Patch for the following bugs: 2007-06-28 21:34:54 +04:00
sql_udf.cc Bug #26418: Slave out of sync after 2007-06-19 14:27:53 +03:00
sql_udf.h
sql_union.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
sql_update.cc Bug #29157: UPDATE, changed rows incorrect 2007-06-28 16:07:55 +03:00
sql_view.cc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
sql_view.h
sql_yacc.yy Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-07 18:33:43 +03:00
stacktrace.c Merge ymer.(none):/usr/local/mysql/mysql-5.0-engines 2007-07-07 07:48:43 +02:00
stacktrace.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
strfunc.cc Change find_type family to accept const TYPELIB*. 2007-03-27 20:27:58 +04:00
structs.h Bug#28149 overflow in some "SHOW STATUS"-variables 2007-06-09 17:46:09 +05:00
table.cc * tests which use MERGE or INSERT DELAYED should run only 2007-08-09 15:00:32 +02:00
table.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-07 18:33:43 +03:00
thr_malloc.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
time.cc Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
tzfile.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
tztime.cc Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
tztime.h Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
udf_example.c Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-06-04 03:16:17 -07:00
udf_example.def Fixed compiler warnings 2007-02-23 13:13:55 +02:00
uniques.cc Merged with mysql-5.1 main tree. 2007-07-02 20:45:15 +03:00
unireg.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-27 17:49:12 +03:00
unireg.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtime 2007-06-11 10:49:26 -06:00