mariadb/sql
dlenev@mockturtle.local d748e4dedd Fix for bug #28415 "Some ALTER TABLE statements no longer work under LOCK
TABLES" and failures of alter_table.test on Windows which occured after
pushing fix for bugs #20662, #20903, #24508, #24738 (various problems
with CREATE TABLE SELECT).

ALTER TABLE statements which were handled using "fast" alter table
optimization were not properly working under LOCK TABLES if table
was transactional (for all table types under Windows).

Code implementing "fast" version of ALTER TABLE tried to open and
lock table using open_ltable() after renaming .FRM files (which
corresponds to renaming tables in normal case) in some cases
(for transactional tables or on Windows). This caused problems
under LOCK TABLES and conflicted with name-lock taken by 
ALTER TABLE RENAME on target tables.

This patch solves this issue by using reopen_name_locked_table()
instead of open_ltable().
2007-05-14 22:38:26 +04:00
..
examples BUG#26138 - REPAIR TABLE with option USE_FRM erases all records in 2007-03-30 13:00:21 +05:00
share BUG#27818 comedy of errors 2007-04-19 18:58:32 +02:00
.cvsignore
add_errmsg
authors.h Correctly report load type. 2007-03-15 23:39:07 -07:00
client_settings.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
CMakeLists.txt Bug#24732 Executables do not include Vista manifests 2007-04-23 16:23:32 -04:00
contributors.h Many files: 2006-12-31 02:29:11 +01:00
custom_conf.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
derror.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
des_key_file.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
discover.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
event_data_objects.cc manual merge 5.0-runtime -> 5.1->runtime, with 25411 part I 2007-04-25 21:38:12 -06:00
event_data_objects.h Fix rpl_events test failure in the runtime tree. 2007-04-13 23:53:05 -04:00
event_db_repository.cc Small fixes for merge. 2007-04-10 18:01:29 +03:00
event_db_repository.h Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-04-05 15:49:46 +04:00
event_queue.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-04-10 16:28:47 +03:00
event_queue.h A set of changes aiming to make the Event Scheduler more user-friendly 2007-04-05 15:24:34 +04:00
event_scheduler.cc An attempt to fix a sporadic valgrind memory leak in Event Scheduler: 2007-04-13 16:35:56 -04:00
event_scheduler.h A set of changes aiming to make the Event Scheduler more user-friendly 2007-04-05 15:24:34 +04:00
events.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-04-14 18:31:43 -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 bk@192.168.21.1:mysql-5.1 2007-04-29 18:52:14 +05:00
field.h Merge bk@192.168.21.1:mysql-5.1 2007-04-29 18:52:14 +05:00
field_conv.cc Merge mysql.com:/home/bar/mysql-5.0.b20095 2007-04-13 10:08:52 +05:00
filesort.cc Merge magare.gmz:/home/kgeorge/mysql/autopush/B26794-5.0-opt 2007-03-14 17:04:45 +02:00
frm_crypt.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
gen_lex_hash.cc gen_lex_hash.cc: 2007-01-31 00:06:42 +01:00
gstream.cc Many files: 2006-12-23 20:17:15 +01:00
gstream.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
ha_ndbcluster.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-05-02 12:11:25 -06:00
ha_ndbcluster.h Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb 2007-04-24 15:11:22 +02:00
ha_ndbcluster_binlog.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-05-02 12:11:25 -06:00
ha_ndbcluster_binlog.h Bug #27076 Cluster does not honor SQL_LOG_BIN flag 2007-04-18 16:02:20 +02:00
ha_ndbcluster_cond.cc ha_ndbcluster.h, ha_ndbcluster.cc: 2007-04-24 14:24:06 +02:00
ha_ndbcluster_cond.h ha_ndbcluster.h, ha_ndbcluster.cc: 2007-04-24 14:24:06 +02:00
ha_ndbcluster_tables.h enabled test case 2007-03-20 17:07:53 +01:00
ha_partition.cc - Resolved conflict between fixes for bugs 25141 and 26074. 2007-04-24 16:07:52 -04:00
ha_partition.h wl#3700 - post-review fixes: 2007-03-17 00:13:25 +01:00
handler.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 2007-04-12 12:50:02 +03:00
handler.h Merge mysql.com:/home/svoj/devel/bk/mysql-5.0-engines 2007-03-31 17:29:40 +05:00
hash_filo.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
hash_filo.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
hostname.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
init.cc Merge mysql.com:/home/ram/work/b19690/b19690.5.0 2007-01-31 12:53:36 +04:00
item.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-05-02 12:11:25 -06:00
item.h Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-04-29 13:19:32 +05:00
item_buff.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
item_cmpfunc.cc merging fix 2007-04-30 09:25:38 +05:00
item_cmpfunc.h Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-04-29 13:19:32 +05:00
item_create.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint 2007-03-29 12:13:42 -04:00
item_create.h Bug #23491 MySQLDump prefix function call in a view by database name 2007-03-29 11:12:12 -04:00
item_func.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-05-02 12:11:25 -06:00
item_func.h Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51 2007-05-01 18:13:29 +02: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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
item_row.h Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
item_strfunc.cc Merge polly.local:/home/kaa/src/maint/bug24912/my50-bug24912 2007-04-28 20:26:14 +04:00
item_strfunc.h Merge moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.0-opt 2007-04-21 00:33:56 +04:00
item_subselect.cc - addendum of the fix for bug 27786: 2007-04-23 14:16:49 +03:00
item_subselect.h Merge moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.0-opt 2007-04-21 00:33:56 +04:00
item_sum.cc Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-04-29 13:19:32 +05:00
item_sum.h Merge magare.gmz:/home/kgeorge/mysql/work/WL3527-5.0-opt 2007-03-26 17:03:57 +03:00
item_timefunc.cc merging fix 2007-04-29 18:46:06 +05:00
item_timefunc.h Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
item_xmlfunc.cc Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-02-24 11:52:08 +01:00
item_xmlfunc.h Many files: 2006-12-27 02:23:51 +01:00
key.cc Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-04-29 13:19:32 +05:00
lex.h WL#3629 - Replication of Invocation and Invoked Features 2007-03-30 11:08:19 -04: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 Fix for: 2007-05-11 21:51:03 +04:00
log.cc Merge romeo.(none):/home/bkroot/mysql-5.1-rpl 2007-04-20 10:46:58 +02:00
log.h Bug #26079 max_binlog_size + innodb = not make new binlog and hang server 2007-03-20 10:50:10 +02:00
log_event.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-05-02 12:11:25 -06:00
log_event.h Fixes to make it compile when using Sun CC and restoring some changes 2007-04-13 19:19:10 +02:00
log_event_old.cc Minor fixes. 2007-04-24 12:41:08 -04:00
log_event_old.h WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
Makefile.am Added missing backslash 2007-04-24 17:42:16 +02:00
matherr.c my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
message.mc make dist changes for Cmake build 2006-09-01 10:32:12 +02:00
mf_iocache.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
my_decimal.cc Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
my_decimal.h Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
my_lock.c Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
mysql_priv.h Fix for: 2007-05-11 21:51:03 +04:00
mysqld.cc Fix for valgrind errors in test: require symlink support for partition_not_windows.test 2007-04-25 20:21:55 +02:00
mysqld_suffix.h Many files: 2006-12-23 20:17:15 +01:00
net_serv.cc Fixed federated and some replication tests to not stop slave until it's up and running. 2007-04-17 14:41:16 +03:00
nt_servc.cc
nt_servc.h
opt_range.cc Merge mysql.com:/home/psergey/bk-trees/mysql-5.0-opt 2007-03-31 03:12:33 +04:00
opt_range.h wl#3700 - post-review fixes: 2007-03-17 00:13:25 +01:00
opt_sum.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-02-21 11:36:23 +01:00
parse_file.cc Merge vajra.(none):/opt/local/work/mysql-5.0-runtime 2007-04-06 21:18:25 +04:00
parse_file.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
partition_element.h Many files: 2006-12-31 02:29:11 +01:00
partition_info.cc aftermerging fix 2007-04-05 13:25:39 +05:00
partition_info.h Remove unnecessary casts to uchar. The casts are stemming from 2007-03-27 21:09:56 +04:00
password.c Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
procedure.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
procedure.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
protocol.cc Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
protocol.h Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
records.cc Fix for BUG#26194 "mysqlbinlog --base64-output produces invalid SQL"; 2007-03-22 17:31:39 +01:00
repl_failsafe.cc Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-04-12 09:10:45 +02:00
repl_failsafe.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
rpl_constants.h WL#3464: Add replication event to denote gap in replication 2007-03-29 20:31:09 +02:00
rpl_filter.cc Many files: 2006-12-27 02:23:51 +01:00
rpl_filter.h Many files: 2006-12-27 02:23:51 +01:00
rpl_injector.cc Bug#17095 circular replication for ndb 2007-04-12 16:13:49 +02:00
rpl_injector.h Bug #21494 Master Cluster MySQLD is point of failure that can lead to mismatch slave data 2007-04-03 14:31:46 +02:00
rpl_mi.cc Bug#19991 CHANGE MASTER need option ssl-verify-server-cert 2007-03-29 15:09:57 +02:00
rpl_mi.h Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-04-12 09:10:45 +02:00
rpl_record.cc Fixes to make it compile when using Sun CC and restoring some changes 2007-04-13 19:19:10 +02:00
rpl_record.h WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
rpl_record_old.cc WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
rpl_record_old.h WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
rpl_rli.cc Fixes to make it compile when using Sun CC and restoring some changes 2007-04-13 19:19:10 +02:00
rpl_rli.h Fixes to make it compile when using Sun CC and restoring some changes 2007-04-13 19:19:10 +02:00
rpl_tblmap.cc Many files: 2006-12-27 02:23:51 +01:00
rpl_tblmap.h Many files: 2006-12-27 02:23:51 +01:00
rpl_utility.cc Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-03-22 09:05:11 +01:00
rpl_utility.h Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-03-22 09:05:11 +01: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 Merge adventure.(none):/home/thek/Development/cpp/bug27792/my50-bug27792 2007-05-08 11:29:07 +02:00
set_var.h Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-04-05 15:49:46 +04:00
slave.cc manual merge 5.0-runtime -> 5.1->runtime, with 25411 part I 2007-04-25 21:38:12 -06:00
slave.h BUG#25688 (RBR: circular replication may cause STMT_END_F flags to be 2007-04-12 08:58:04 +02:00
sp.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-05-02 12:11:25 -06:00
sp.h BUG#9953: CONVERT_TZ requires mysql.time_zone_name to be locked 2007-03-09 13:12:31 +03:00
sp_cache.cc Many files: 2006-12-23 20:17:15 +01:00
sp_cache.h Many files: 2006-12-23 20:17:15 +01:00
sp_head.cc Merge adventure.(none):/home/thek/Development/cpp/bug26977/my50-bug26977 2007-05-07 10:26:20 +02:00
sp_head.h Merge adventure.(none):/home/thek/Development/cpp/bug26977/my50-bug26977 2007-05-07 10:26:20 +02:00
sp_pcontext.cc Bug#26503 (Illegal SQL exception handler code causes the server to crash) 2007-03-14 12:02:32 -06:00
sp_pcontext.h Bug#26503 (Illegal SQL exception handler code causes the server to crash) 2007-03-14 12:02:32 -06:00
sp_rcontext.cc Many files: 2006-12-23 20:17:15 +01:00
sp_rcontext.h Many files: 2006-12-23 20:17:15 +01:00
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 Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-marvel 2007-03-29 17:27:42 +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 Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2007-02-06 17:18:43 +04:00
sql_analyse.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_array.h Many files: 2006-12-23 20:17:15 +01:00
sql_base.cc Fix for: 2007-05-11 21:51:03 +04:00
sql_binlog.cc BUG#25688 (RBR: circular replication may cause STMT_END_F flags to be 2007-04-12 08:58:04 +02:00
sql_bitmap.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
sql_builtin.cc.in Many files: 2006-12-31 02:29:11 +01:00
sql_cache.cc Fixed error from merge misstake; missing line in debug statement. 2007-05-10 15:03:38 +02:00
sql_cache.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
sql_class.cc Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2007-04-24 09:25:54 -06:00
sql_class.h Merge vajra.(none):/opt/local/work/mysql-5.0-21483 2007-05-10 18:29:07 +04:00
sql_client.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_connect.cc Manual merge from 5.0 2007-03-29 21:11:17 +03:00
sql_crypt.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_crypt.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_cursor.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_cursor.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_db.cc Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/new/mysql-5.0-marvel 2007-04-13 10:25:33 +03:00
sql_delete.cc Merge debian.(none):/M50/mysql-5.0 2007-04-20 12:31:03 +02:00
sql_derived.cc - addendum of the fix for bug 27786: 2007-04-23 14:16:49 +03:00
sql_do.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_error.cc Added warn_root as argument for push_back() 2007-04-11 13:27:36 +03:00
sql_error.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
sql_handler.cc Fix for: 2007-05-11 21:51:03 +04:00
sql_help.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-03-20 00:42:11 +03:00
sql_insert.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-05-11 21:52:11 +04:00
sql_lex.cc Merge vajra.(none):/opt/local/work/mysql-5.0-runtime 2007-05-11 17:41:07 +04:00
sql_lex.h Merge vajra.(none):/opt/local/work/mysql-5.0-runtime 2007-05-11 17:41:07 +04:00
sql_list.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_list.h Merge mysql.com:/home/psergey/mysql-5.0-merge 2007-03-29 12:24:23 +04:00
sql_load.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 2007-04-12 12:50:02 +03:00
sql_locale.cc Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-01-12 12:31:44 +01:00
sql_manager.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_map.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_map.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_olap.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_parse.cc Fix for: 2007-05-11 21:51:03 +04:00
sql_partition.cc manual merge 5.0-runtime -> 5.1->runtime, with 25411 part I 2007-04-25 21:38:12 -06:00
sql_partition.h Remove unnecessary casts to uchar. The casts are stemming from 2007-03-27 21:09:56 +04:00
sql_plugin.cc Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade 2007-04-24 11:11:45 +02:00
sql_plugin.h Many files: 2006-12-27 02:23:51 +01:00
sql_prepare.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-05-11 21:52:11 +04:00
sql_rename.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_repl.cc Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-04-12 09:10:45 +02:00
sql_repl.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
sql_select.cc Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-05-01 13:38:59 +05:00
sql_select.h Merge mysql.com:/home/hf/work/mrg/mysql-5.0-opt 2007-03-22 23:59:20 +04:00
sql_servers.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-04-03 14:34:37 +04: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 Bug#27047 INFORMATION_SCHEMA table cannot have BIGINT fields 2007-04-25 17:15:05 +05:00
sql_show.h Many files: 2006-12-31 02:29:11 +01:00
sql_sort.h Many files: 2006-12-23 20:17:15 +01:00
sql_state.c Many files: 2006-12-23 20:17:15 +01:00
sql_string.cc Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
sql_string.h Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
sql_table.cc Fix for bug #28415 "Some ALTER TABLE statements no longer work under LOCK 2007-05-14 22:38:26 +04:00
sql_tablespace.cc Many files: 2006-12-27 02:23:51 +01:00
sql_test.cc A set of changes aiming to make the Event Scheduler more user-friendly 2007-04-05 15:24:34 +04:00
sql_trigger.cc Fix for: 2007-05-11 21:51:03 +04:00
sql_trigger.h Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0 2007-04-05 08:39:12 +02:00
sql_udf.cc Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade 2007-04-24 11:11:45 +02:00
sql_udf.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_union.cc - addendum of the fix for bug 27786: 2007-04-23 14:16:49 +03:00
sql_update.cc Merge polly.local:/home/kaa/src/maint/bug22364/my51-bug22364 2007-04-27 13:06:24 +04:00
sql_view.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-05-02 12:11:25 -06:00
sql_view.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
sql_yacc.yy Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-05-11 21:52:11 +04:00
stacktrace.c Fix compiler warnings 2007-03-29 16:47:38 +02:00
stacktrace.h restored run-time thread lib detection 2007-03-28 16:23:44 +02:00
strfunc.cc Change find_type family to accept const TYPELIB*. 2007-03-27 20:27:58 +04:00
structs.h Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
table.cc Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-04-29 13:19:32 +05:00
table.h Fix for: 2007-05-11 21:51:03 +04:00
thr_malloc.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
time.cc merging fix 2007-04-29 18:46:06 +05:00
tzfile.h Many files: 2006-12-23 20:17:15 +01:00
tztime.cc Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
tztime.h Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
udf_example.c Fixed compilations problems and warnings on windows 2007-02-23 22:48:15 +02:00
udf_example.def Fixed compiler warnings 2007-02-23 13:13:55 +02:00
uniques.cc Many files: 2006-12-23 20:17:15 +01:00
unireg.cc Removed not used define YY_MAGIC_BELOW 2007-03-23 22:08:31 +02:00
unireg.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00