mariadb/sql
guilhem@gbichot3.local eaf7728d9f Fix for BUG#735 "Prepared Statements: there is no support for Query
Cache".
WL#1569 "Prepared Statements: implement support of Query Cache".
Prepared SELECTs did not look up in the query cache, and their results
were not stored in the query cache. This made them slower than
non-prepared SELECTs in some cases.
The fix is to re-use the expanded query (the prepared query where
"?" placeholders are replaced by their values, at execution time)
for searching/storing in the query cache.
It works fine for statements prepared via mysql_stmt_prepare(), which
are the most commonly used and were the scope of this bugfix and WL.
It works less fine for statements prepared via the SQL command
PREPARE...FROM, which are still not using the query cache if they
have at least one parameter (because then the expanded query contains
names of user variables, and user variables don't work with the
query cache, even in non-prepared queries).
Note that results from prepared SELECTs, which are in the binary
protocol, and results from normal SELECTs, which are in the text
protocol, ignore each other in the query cache, because a result in the
binary protocol should never be served to a SELECT expecting the text
protocol and vice-versa.
Note, after this patch, bug 25843 starts applying to query cache
("changing default database between PREPARE and EXECUTE of statement
breaks binlog"), we need to fix it.
2007-03-09 18:09:57 +01:00
..
examples After merge fix 2007-02-03 09:26:11 +01:00
share Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-01-22 19:18:22 +02:00
.cvsignore
add_errmsg
authors.h Many files: 2006-12-31 02:29:11 +01:00
client_settings.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
CMakeLists.txt Fixed compiler warnings 2007-02-23 13:13:55 +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 post merge fix. 2007-03-07 16:08:36 +03:00
event_data_objects.h Fix for bug#22740 Events: Decouple Event_queue from Event_db_repository 2007-01-29 20:46:29 +03:00
event_db_repository.cc After merge fixes 2007-01-29 01:47:35 +02:00
event_db_repository.h Many files: 2006-12-27 02:23:51 +01:00
event_queue.cc Fixed compiler warnings 2007-03-01 16:39:00 -07:00
event_queue.h Fix for bug#22740 Events: Decouple Event_queue from Event_db_repository 2007-01-29 20:46:29 +03:00
event_scheduler.cc Fixed compiler warnings 2007-03-01 16:39:00 -07:00
event_scheduler.h Fix for bug#22740 Events: Decouple Event_queue from Event_db_repository 2007-01-29 20:46:29 +03:00
events.cc Missing parameter to DBUG_PRINT 2007-03-01 18:14:51 -07:00
events.h Fix for bug#22740 Events: Decouple Event_queue from Event_db_repository 2007-01-29 20:46:29 +03:00
field.cc Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0 2007-03-01 11:37:28 +01:00
field.h Fixed compiler warnings 2007-02-23 13:13:55 +02:00
field_conv.cc Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-02-13 01:34:36 -08:00
filesort.cc Fixed compiler warnings (for linux and win32 and win64) 2007-02-22 16:59:57 +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-02-28 18:14:56 -07:00
ha_ndbcluster.h NdbScanOperation.hpp, NdbScanOperation.cpp, ha_ndbcluster.cc: 2007-02-07 11:36:34 +01:00
ha_ndbcluster_binlog.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-02-28 18:14:56 -07:00
ha_ndbcluster_binlog.h Bug #26021 - valgrind reports error regarding handle_trailing_share and client thread share usage 2007-02-05 13:21:18 +07:00
ha_ndbcluster_tables.h Many files: 2006-12-27 02:23:51 +01:00
ha_partition.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-02-28 18:14:56 -07:00
ha_partition.h BUG#26117 "index_merge sort-union over partitioned table crashes" 2007-02-27 22:01:03 +03:00
handler.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl 2007-03-06 16:44:14 +03:00
handler.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01: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 mysql.com:/home/gluh/MySQL/Merge/5.1 2007-02-26 17:46:52 +04:00
item.h Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2007-02-26 16:57:45 +04:00
item_buff.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
item_cmpfunc.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base 2007-03-01 14:06:57 -07:00
item_cmpfunc.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base 2007-03-01 14:06:57 -07:00
item_create.cc Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-01-12 12:31:44 +01:00
item_create.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
item_func.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl 2007-03-06 16:44:14 +03:00
item_func.h Bug #6172: RAND(a) should only accept constant values as arguments 2007-01-23 19:45:58 +02:00
item_geofunc.cc Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
item_geofunc.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01: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 Fixed compilations problems and warnings on windows 2007-02-23 22:48:15 +02:00
item_strfunc.h merge of 5.0-opt -> 5.1-opt 2007-01-24 15:55:16 +02:00
item_subselect.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base 2007-03-01 14:06:57 -07: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 bk-internal.mysql.com:/home/bk/mysql-5.0 2007-02-21 14:07:08 +02:00
item_sum.h Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/51 2007-01-18 08:30:35 -07:00
item_timefunc.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
item_timefunc.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01: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:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
lex.h Fixed compilations problems and warnings on windows 2007-02-23 22:48:15 +02:00
lex_symbol.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
lock.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-8407_b 2007-03-06 10:33:10 -07:00
log.cc Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0 2007-03-01 11:37:28 +01:00
log.h Merge cbell@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl 2007-02-26 14:33:58 -05:00
log_event.cc Merge bodhi.local:/opt/local/work/mysql-5.0-26750 2007-03-07 13:02:14 +03:00
log_event.h Merge mysql.com:/home/bar/mysql-5.0.merge 2007-03-01 16:06:29 +04:00
Makefile.am Fixed compiler warnings 2007-02-23 13:13:55 +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 Fix for BUG#735 "Prepared Statements: there is no support for Query 2007-03-09 18:09:57 +01:00
mysqld.cc Merge bodhi.local:/opt/local/work/mysql-5.0-26750 2007-03-07 13:02:14 +03: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 bk-internal.mysql.com:/home/bk/mysql-5.0 2007-02-21 14:07:08 +02:00
opt_range.h Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
opt_sum.cc Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-02 10:25:45 +04:00
parse_file.cc Fixed compiler warnings 2007-02-23 13:13:55 +02: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 After merge fixes 2007-01-29 01:47:35 +02:00
partition_info.h Many files: 2006-12-31 02:29:11 +01: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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
repl_failsafe.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
repl_failsafe.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01: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 Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-01-12 12:31:44 +01:00
rpl_injector.h Fixes for compiler warnings. 2007-02-27 11:27:04 +02:00
rpl_mi.cc Many files: 2006-12-27 02:23:51 +01:00
rpl_mi.h Many files: 2006-12-27 02:23:51 +01:00
rpl_rli.cc BUG#26634 (Valgrind failure in tree: memory loss for memory allocated in rpl_utility.h): 2007-02-26 17:44:55 +01:00
rpl_rli.h BUG#26634 (Valgrind failure in tree: memory loss for memory allocated in rpl_utility.h): 2007-02-26 17:44:55 +01: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 Many files: 2006-12-31 02:29:11 +01:00
rpl_utility.h BUG#26634 (Valgrind failure in tree: memory loss for memory allocated in rpl_utility.h): 2007-02-26 17:44:55 +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 manual merge 2007-03-09 16:06:08 +01:00
set_var.h Fixed compiler warnings 2007-02-23 13:13:55 +02:00
slave.cc Removing global events_till_disconnect variable as it is replaced by a member of 2007-03-02 10:35:04 +01:00
slave.h Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-02-24 11:52:08 +01:00
sp.cc Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-02-26 10:43:31 +01:00
sp.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01: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 weblab.(none):/home/marcsql/TREE/mysql-5.0-runtime 2007-03-07 11:25:20 -07:00
sp_head.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtime 2007-03-07 11:25:20 -07:00
sp_pcontext.cc Many files: 2006-12-23 20:17:15 +01:00
sp_pcontext.h Many files: 2006-12-23 20:17:15 +01: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 After merge fixes 2007-01-29 01:47:35 +02:00
spatial.h Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
sql_acl.cc Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2007-02-26 10:54:26 +01:00
sql_acl.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +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 malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-03-06 13:51:16 -07:00
sql_binlog.cc Fixes for compiler warnings. 2007-02-27 11:27: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 manual merge 2007-03-09 16:06:08 +01:00
sql_class.h manual merge 2007-03-09 16:06:08 +01: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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
sql_delete.cc Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-26 15:54:43 +04:00
sql_derived.cc Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02: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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
sql_help.cc Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-26 15:54:43 +04:00
sql_insert.cc Post-merge fix 2007-03-01 16:17:48 +01:00
sql_lex.cc Merge bodhi.local:/opt/local/work/mysql-5.0-runtime 2007-03-07 14:10:01 +03:00
sql_lex.h Merge bodhi.local:/opt/local/work/mysql-5.0-26750 2007-03-07 13:02:14 +03:00
sql_list.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_list.h Fixed windows compilation problems 2007-02-24 04:22:34 +02:00
sql_load.cc Merge mysql.com:/home/bar/mysql-5.0.merge 2007-03-01 16:06:29 +04: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 bodhi.local:/opt/local/work/mysql-5.0-26750 2007-03-07 13:02:14 +03:00
sql_partition.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
sql_partition.h Many files: 2006-12-27 02:23:51 +01:00
sql_plugin.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-02-03 00:58:09 +02:00
sql_plugin.h Many files: 2006-12-27 02:23:51 +01:00
sql_prepare.cc Fix for BUG#735 "Prepared Statements: there is no support for Query 2007-03-09 18:09:57 +01: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 Removing two more compilation warnings. 2007-03-01 10:40:48 +01: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 moonlight.home:/home/tomash/src/mysql_ab/mysql-5.0-bug20492 2007-03-08 14:59:05 +03:00
sql_select.h Merge mysql.com:/home/psergey/mysql-5.0-bug8804-r12 2007-01-24 22:28:28 +03:00
sql_servers.cc After merge fixes 2007-01-29 01:47:35 +02:00
sql_servers.h After merge fixes 2007-01-29 01:47:35 +02:00
sql_show.cc Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-02-25 00:12:14 +01: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 Remove compiler warnings 2007-02-27 19:31:49 +02:00
sql_tablespace.cc Many files: 2006-12-27 02:23:51 +01:00
sql_test.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
sql_trigger.cc Merge bodhi.local:/opt/local/work/mysql-5.0-26750 2007-03-07 13:02:14 +03:00
sql_trigger.h Merge mysql.com:/nfsdisk1/lars/bk/mysql-5.0-rpl 2007-03-01 15:39:57 +01:00
sql_udf.cc Merge macbook.local:/Users/kgeorge/mysql/work/mysql-5.0-opt 2007-01-08 12:32:48 +02:00
sql_udf.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql_union.cc Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2007-02-26 16:57:45 +04:00
sql_update.cc Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2007-03-06 11:30:08 -07:00
sql_view.cc Fixed compiler warnings 2007-02-23 13:13:55 +02: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 A post merge fix. 2007-03-07 16:08:36 +03:00
stacktrace.c Many files: 2006-12-23 20:17:15 +01:00
stacktrace.h Many files: 2006-12-23 20:17:15 +01:00
strfunc.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
structs.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
table.cc Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2007-03-06 11:30:08 -07:00
table.h Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2007-03-06 11:30:08 -07:00
thr_malloc.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
time.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
tzfile.h Many files: 2006-12-23 20:17:15 +01:00
tztime.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
tztime.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01: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