mariadb/sql
unknown a8bcc697ce Fixes to make it compile when using Sun CC and restoring some changes
done in previous patches.

There is an error in the Sun CC compiler that treats parameters that
differ in only qualifier as different, even though this is not
allowed by the standard (ISO/IEC 14882:2003, Section 13.1).


sql/log_event.cc:
  Removing const qualifier since it causes linker error.
sql/log_event.h:
  Restoring time_t instead of my_time_t since it causes warnings
  elsewhere.  Renaming parameters to functions since they hide
  member variable (which causes warnings on Sun CC).
sql/rpl_record.cc:
  Removing const qualifier since it causes linker error.
sql/rpl_rli.cc:
  Restoring time_t instead of my_time_t since it causes warnings
  elsewhere. Removing const qualifier since it causes linker error.
sql/rpl_rli.h:
  Restoring time_t instead of my_time_t since it causes warnings
  elsewhere. Removing const qualifier since it causes linker error.
2007-04-13 19:19:10 +02:00
..
examples BUG#26138 - REPAIR TABLE with option USE_FRM erases all records in 2007-03-30 13:00:21 +05:00
share Merge bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05: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 WL#2735: Refactor replication 2007-04-13 14:55:28 +02: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 A fix for events_trans.test failure on many hosts (5.1-runtime) 2007-04-06 01:53:15 +04:00
event_data_objects.h Post-merge and post-review fixes for the patch for 2007-04-05 20:47:22 +04:00
event_db_repository.cc Fix events.test failure on manu pushbuild hosts (5.1-runtime). 2007-04-06 02:57:38 +04: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 bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-04-05 15:49:46 +04: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 Remove a race between Event Scheduler shutdown and SHOW PROCESSLIST. 2007-04-06 19:44:14 +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@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05: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-opt 2007-04-07 14:59:53 +05:00
field.h Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1 2007-04-02 11:15:09 +02: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 BUG#25688 (RBR: circular replication may cause STMT_END_F flags to be 2007-04-12 10:05:55 +02:00
ha_ndbcluster.h Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0 2007-04-05 08:39:12 +02:00
ha_ndbcluster_binlog.cc ha_ndbcluster.cc: 2007-04-05 15:59:42 +02:00
ha_ndbcluster_binlog.h Bug #26783 replication status unknown after cluster or mysqld failure 2007-04-03 07:20:55 +02:00
ha_ndbcluster_tables.h enabled test case 2007-03-20 17:07:53 +01:00
ha_partition.cc bug #26074 Mysql crash creating partition 2007-04-05 20:26:18 +05:00
ha_partition.h wl#3700 - post-review fixes: 2007-03-17 00:13:25 +01:00
handler.cc Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/mysql-5.0-ndb 2007-04-05 11:30:19 +08: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 item.cc, insert_update.result: 2007-03-31 02:57:26 +04:00
item.h Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1 2007-04-02 11:15:09 +02:00
item_buff.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
item_cmpfunc.cc Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-04-06 12:45:07 +05:00
item_cmpfunc.h Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-04-06 12:45:07 +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 romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-04-12 09:10:45 +02:00
item_func.h Merge acurtis@bk-internal:/home/bk/mysql-5.0-engines 2007-04-06 18:07:02 +00: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 pilot.blaudden:/home/msvensson/mysql/mysql-5.1 2007-04-02 11:15:09 +02:00
item_strfunc.h Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte 2007-04-03 16:13:27 +05:00
item_subselect.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-03-20 00:42:11 +03:00
item_subselect.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base 2007-03-01 14:06:57 -07:00
item_sum.cc Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1 2007-04-02 11:15:09 +02: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 Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1 2007-03-09 13:17:46 +03:00
item_timefunc.h Merge mysql.com:/home/hf/work/mrg/mysql-5.0-opt 2007-03-22 12:45:42 +04: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 WL#3700: Handler API change: all index search methods - that is, 2007-01-29 10:40:26 +01: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 Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-03-29 13:49:10 +02:00
log.cc Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-04-12 09:10:45 +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 Fixes to make it compile when using Sun CC and restoring some changes 2007-04-13 19:19:10 +02: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 WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
log_event_old.h WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
Makefile.am WL#2735: Refactor replication 2007-04-13 14:55:28 +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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
my_decimal.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01: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 Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-04-10 18:26:14 +02:00
mysqld.cc Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-04-12 09:10:45 +02:00
mysqld_suffix.h Many files: 2006-12-23 20:17:15 +01:00
net_serv.cc Fixed compilations problems and warnings on windows 2007-02-23 22:48:15 +02: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 Fix for BUG#735 "Prepared Statements: there is no support for Query 2007-03-09 18:09:57 +01:00
protocol.h Fix for BUG#735 "Prepared Statements: there is no support for Query 2007-03-09 18:09:57 +01: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 romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-04-12 09:10:45 +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 Fixing portability problem by using my_time_t instead of time_t. 2007-04-13 14:56:24 +02: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 bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05: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 bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05:00
sp_head.h Merge bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05: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 wl#3700 - post-review fixes: 2007-03-17 00:13:25 +01: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 Merge mysql.com:/home/hf/work/23675/my51-23675 2007-04-04 14:04:05 +05: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 Fix for BUG#735 "Prepared Statements: there is no support for Query 2007-03-09 18:09:57 +01: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 WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
sql_class.h WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
sql_client.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_connect.cc Fixed compiler warnings 2007-02-23 13:13:55 +02: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 A set of changes aiming to make the Event Scheduler more user-friendly 2007-04-05 15:24:34 +04:00
sql_delete.cc Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0 2007-04-05 08:39:12 +02:00
sql_derived.cc Merge gbichot3.local:/home/mysql_src/mysql-5.0-rpl 2007-03-22 16:00:47 +01: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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01: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 wl#3700 - post-review fixes: 2007-03-17 00:13:25 +01: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 romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-04-12 09:10:45 +02:00
sql_lex.cc Remove unnecessary casts to uchar. The casts are stemming from 2007-03-27 21:09:56 +04:00
sql_lex.h Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-04-04 11:05:22 +02: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 mysql.com:/d2/hf/mrg/mysql-5.0-opt 2007-04-09 11:46:58 +05: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 Merge bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05:00
sql_partition.cc Merge bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05: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 Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte 2007-04-03 16:13:27 +05:00
sql_plugin.h Many files: 2006-12-27 02:23:51 +01:00
sql_prepare.cc Remove unnecessary casts to uchar. The casts are stemming from 2007-03-27 21:09:56 +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 bk-internal.mysql.com:/data0/bk/mysql-5.0 2007-04-02 03:56:39 +02: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 Merge bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +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 Merge bk@192.168.21.1:mysql-5.1 2007-04-09 11:07:20 +05: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 Remove unnecessary casts to uchar. The casts are stemming from 2007-03-27 21:09:56 +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 Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte 2007-04-03 16:13:27 +05:00
sql_udf.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_union.cc Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt 2007-03-11 00:26:45 +03:00
sql_update.cc Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0 2007-04-05 08:39:12 +02:00
sql_view.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-04-03 14:34:37 +04: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@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05: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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
table.cc Merge bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05:00
table.h Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-04-05 15:49:46 +04:00
thr_malloc.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
time.cc Bug #27638: slow logging to CSV table inserts bad query_time and lock_time values 2007-04-04 21:40:47 +02:00
tzfile.h Many files: 2006-12-23 20:17:15 +01:00
tztime.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-03-20 00:42:11 +03:00
tztime.h BUG#9953: CONVERT_TZ requires mysql.time_zone_name to be locked 2007-03-09 13:12:31 +03: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 Fixed compiler warnings 2007-02-23 13:13:55 +02:00
unireg.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00