.. |
share
|
Modifications to error messages, and affected test results.
|
2003-07-15 11:33:01 -05:00 |
.cvsignore
|
|
|
add_errmsg
|
|
|
client_settings.h
|
|
|
custom_conf.h
|
|
|
derror.cc
|
|
|
des_key_file.cc
|
|
|
field.cc
|
Merge gluh@gw:/home/bk/mysql-4.1
|
2003-07-08 12:57:00 +05:00 |
field.h
|
|
|
field_conv.cc
|
field_conv.cc:
|
2003-07-11 16:11:17 +05:00 |
filesort.cc
|
|
|
frm_crypt.cc
|
|
|
gen_lex_hash.cc
|
|
|
gstream.cc
|
|
|
gstream.h
|
|
|
ha_berkeley.cc
|
|
|
ha_berkeley.h
|
|
|
ha_heap.cc
|
|
|
ha_heap.h
|
|
|
ha_innodb.cc
|
|
|
ha_innodb.h
|
|
|
ha_isam.cc
|
|
|
ha_isam.h
|
|
|
ha_isammrg.cc
|
|
|
ha_isammrg.h
|
|
|
ha_myisam.cc
|
|
|
ha_myisam.h
|
|
|
ha_myisammrg.cc
|
|
|
ha_myisammrg.h
|
|
|
handler.cc
|
LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id.
|
2003-06-30 13:28:36 +03:00 |
handler.h
|
|
|
hash_filo.cc
|
|
|
hash_filo.h
|
|
|
hostname.cc
|
|
|
init.cc
|
|
|
item.cc
|
fixed typos
|
2003-07-02 15:03:49 +03:00 |
item.h
|
There is no Item->binary() anymore. It was remain from 4.0.
|
2003-07-02 18:34:43 +05:00 |
item_buff.cc
|
|
|
item_cmpfunc.cc
|
COALESCE now aggregates its argument types in this way:
|
2003-07-14 19:28:36 +05:00 |
item_cmpfunc.h
|
Row comparison now does compare field collations, e.g.
|
2003-07-03 17:00:01 +05:00 |
item_create.cc
|
SAPDB date/time finctions
|
2003-07-08 15:06:05 +05:00 |
item_create.h
|
|
|
item_func.cc
|
Item_func_field doesn't have a separate Item to store the first argument.
|
2003-07-15 17:33:00 +05:00 |
item_func.h
|
Item_func_field doesn't have a separate Item to store the first argument.
|
2003-07-15 17:33:00 +05:00 |
item_geofunc.cc
|
|
|
item_geofunc.h
|
|
|
item_row.cc
|
|
|
item_row.h
|
|
|
item_strfunc.cc
|
ELT passes the first argument in args[0] instead of having a separate Item.
|
2003-07-15 18:11:49 +05:00 |
item_strfunc.h
|
ELT passes the first argument in args[0] instead of having a separate Item.
|
2003-07-15 18:11:49 +05:00 |
item_subselect.cc
|
|
|
item_subselect.h
|
|
|
item_sum.cc
|
fixed memory leak in group_concat function (BUG#796)
|
2003-07-06 18:11:19 +03:00 |
item_sum.h
|
reduced using of slow current_thd/current_lex macro
|
2003-07-05 03:03:31 +03:00 |
item_timefunc.cc
|
Fix bug: mysqld crashes on func_sapdb test.
|
2003-07-15 12:55:29 +05:00 |
item_timefunc.h
|
SAPDB date/time finctions
|
2003-07-08 15:06:05 +05:00 |
item_uniq.cc
|
|
|
item_uniq.h
|
|
|
key.cc
|
|
|
lex.h
|
Add the support of 'SUBSTR' function compatible with Oracle and SAPDB (SCRUM #872)
|
2003-07-11 18:55:03 -07:00 |
lex_symbol.h
|
|
|
lock.cc
|
|
|
log.cc
|
|
|
log_event.cc
|
|
|
log_event.h
|
|
|
Makefile.am
|
Support for variables with components
|
2003-07-06 19:09:57 +03:00 |
matherr.c
|
|
|
mf_iocache.cc
|
|
|
my_lock.c
|
|
|
mysql_priv.h
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
|
2003-07-08 23:48:04 +03:00 |
mysqld.cc
|
Support for variables with components
|
2003-07-06 19:09:57 +03:00 |
net_serv.cc
|
comment clarified
|
2003-07-09 13:00:44 +02:00 |
nt_servc.cc
|
|
|
nt_servc.h
|
|
|
opt_ft.cc
|
|
|
opt_ft.h
|
|
|
opt_range.cc
|
enabling HA_READ_PREFIX_LAST_OR_PREV
|
2003-07-04 12:07:06 +02:00 |
opt_range.h
|
|
|
opt_sum.cc
|
|
|
password.c
|
|
|
procedure.cc
|
|
|
procedure.h
|
|
|
protocol.cc
|
SAPDB date/time finctions
|
2003-07-08 15:06:05 +05:00 |
protocol.h
|
|
|
protocol_cursor.cc
|
|
|
records.cc
|
|
|
repl_failsafe.cc
|
|
|
repl_failsafe.h
|
|
|
set_var.cc
|
Support for variables with components
|
2003-07-06 19:09:57 +03:00 |
set_var.h
|
Support for variables with components
|
2003-07-06 19:09:57 +03:00 |
slave.cc
|
|
|
slave.h
|
|
|
spatial.cc
|
|
|
spatial.h
|
|
|
sql_acl.cc
|
|
|
sql_acl.h
|
|
|
sql_analyse.cc
|
There is no Item->binary() anymore. It was remain from 4.0.
|
2003-07-02 18:34:43 +05:00 |
sql_analyse.h
|
There is no Item->binary() anymore. It was remain from 4.0.
|
2003-07-02 18:34:43 +05:00 |
sql_base.cc
|
|
|
sql_cache.cc
|
|
|
sql_cache.h
|
|
|
sql_class.cc
|
|
|
sql_class.h
|
merge
|
2003-07-01 15:57:45 +03:00 |
sql_client.cc
|
|
|
sql_crypt.cc
|
|
|
sql_crypt.h
|
|
|
sql_db.cc
|
|
|
sql_delete.cc
|
|
|
sql_derived.cc
|
|
|
sql_do.cc
|
|
|
sql_error.cc
|
|
|
sql_handler.cc
|
fix and test case for the bug #787: HANDLER without INDEX doesn't work with deleted rows
|
2003-07-04 14:41:01 +05:00 |
sql_help.cc
|
|
|
sql_insert.cc
|
Fix for the bug #841: wrong number of warnings
|
2003-07-14 15:32:31 +05:00 |
sql_lex.cc
|
Support for variables with components
|
2003-07-06 19:09:57 +03:00 |
sql_lex.h
|
merged
|
2003-07-01 10:03:20 +03:00 |
sql_list.cc
|
|
|
sql_list.h
|
|
|
sql_load.cc
|
Fix for the bug #841: wrong number of warnings
|
2003-07-14 15:32:31 +05:00 |
sql_manager.cc
|
|
|
sql_manager.h
|
|
|
sql_map.cc
|
|
|
sql_map.h
|
|
|
sql_olap.cc
|
|
|
sql_parse.cc
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
|
2003-07-08 23:48:04 +03:00 |
sql_prepare.cc
|
implementation of mysql_stmt_reset client end
|
2003-07-08 02:27:21 -07:00 |
sql_rename.cc
|
|
|
sql_repl.cc
|
|
|
sql_repl.h
|
|
|
sql_select.cc
|
fixed subselect with to temporary tables executing
|
2003-07-07 00:45:51 +03:00 |
sql_select.h
|
fixed subselect with to temporary tables executing
|
2003-07-07 00:45:51 +03:00 |
sql_show.cc
|
Support for variables with components
|
2003-07-06 19:09:57 +03:00 |
sql_sort.h
|
|
|
sql_state.c
|
|
|
sql_string.cc
|
SAPDB date/time finctions
|
2003-07-08 15:06:05 +05:00 |
sql_string.h
|
SAPDB date/time finctions
|
2003-07-08 15:06:05 +05:00 |
sql_table.cc
|
Fix for the bug #841: wrong number of warnings
|
2003-07-14 15:32:31 +05:00 |
sql_test.cc
|
|
|
sql_udf.cc
|
|
|
sql_udf.h
|
|
|
sql_union.cc
|
|
|
sql_update.cc
|
Fix for the bug #841: wrong number of warnings
|
2003-07-14 15:32:31 +05:00 |
sql_yacc.yy
|
ELT passes the first argument in args[0] instead of having a separate Item.
|
2003-07-15 18:11:49 +05:00 |
stacktrace.c
|
|
|
stacktrace.h
|
|
|
structs.h
|
|
|
table.cc
|
|
|
table.h
|
|
|
thr_malloc.cc
|
|
|
time.cc
|
SAPDB date/time finctions
|
2003-07-08 15:06:05 +05:00 |
udf_example.cc
|
|
|
uniques.cc
|
|
|
unireg.cc
|
|
|
unireg.h
|
|
|
watchdog_mysqld
|
|
|