.. |
examples
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
|
2004-08-23 13:47:52 +03:00 |
share
|
Merge with 4.0 to get latest bug fixes
|
2004-09-04 15:59:49 +03:00 |
.cvsignore
|
|
|
add_errmsg
|
|
|
client_settings.h
|
|
|
custom_conf.h
|
|
|
derror.cc
|
|
|
des_key_file.cc
|
|
|
discover.cc
|
|
|
field.cc
|
A fix (Bug #5291: float -> string, truncation, sometimes without warning).
|
2004-09-03 19:38:16 +05:00 |
field.h
|
Review of new pushed code (Indentation fixes and simple optimizations)
|
2004-08-31 14:35:04 +03:00 |
field_conv.cc
|
Bug#5081: UCS2 fields are filled with '0x2020' after extending field length
|
2004-08-19 11:59:33 +05:00 |
filesort.cc
|
Added missing root user to mysql.user on windows. (Bug #4242)
|
2004-06-25 18:49:36 +03:00 |
frm_crypt.cc
|
|
|
gen_lex_hash.cc
|
Merge with 4.0
|
2004-09-01 04:12:09 +03:00 |
gstream.cc
|
|
|
gstream.h
|
|
|
ha_berkeley.cc
|
Bug#4521: unique key prefix interacts poorly with utf8.
|
2004-08-19 15:15:10 +05:00 |
ha_berkeley.h
|
New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
|
2004-07-08 15:45:25 +03:00 |
ha_heap.cc
|
Bug 4531: unique key prefix interacts poorly with utf8
|
2004-08-19 16:07:18 +05:00 |
ha_heap.h
|
New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
|
2004-07-08 15:45:25 +03:00 |
ha_innodb.cc
|
Merge with 4.0 to get latest bug fixes
|
2004-09-04 15:59:49 +03:00 |
ha_innodb.h
|
manually merged
|
2004-08-18 19:57:55 +02:00 |
ha_isam.cc
|
|
|
ha_isam.h
|
New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
|
2004-07-08 15:45:25 +03:00 |
ha_isammrg.cc
|
|
|
ha_isammrg.h
|
New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
|
2004-07-08 15:45:25 +03:00 |
ha_myisam.cc
|
sql_print_error cleanup
|
2004-09-04 20:17:09 +02:00 |
ha_myisam.h
|
New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
|
2004-07-08 15:45:25 +03:00 |
ha_myisammrg.cc
|
|
|
ha_myisammrg.h
|
New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
|
2004-07-08 15:45:25 +03:00 |
ha_ndbcluster.cc
|
Fix for INSERT with multiple values and start/end_bulk_insert
|
2004-09-07 12:45:19 +02:00 |
ha_ndbcluster.h
|
Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at insert
|
2004-08-31 12:07:48 +02:00 |
handler.cc
|
sql_print_error cleanup
|
2004-09-04 20:17:09 +02:00 |
handler.h
|
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
|
2004-08-13 16:27:17 -07:00 |
hash_filo.cc
|
|
|
hash_filo.h
|
|
|
hostname.cc
|
|
|
init.cc
|
|
|
item.cc
|
Move collation aggregation with superset conversion code
|
2004-09-01 13:56:33 +05:00 |
item.h
|
Move collation aggregation with superset conversion code
|
2004-09-01 13:56:33 +05:00 |
item_buff.cc
|
|
|
item_cmpfunc.cc
|
A fix for bug#4368 '"like" fails in PreparedStatement, crashes
|
2004-09-03 23:28:49 +04:00 |
item_cmpfunc.h
|
after review patch
|
2004-08-31 21:10:57 +03:00 |
item_create.cc
|
Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server".
|
2004-08-10 12:42:31 +04:00 |
item_create.h
|
Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server".
|
2004-08-10 12:42:31 +04:00 |
item_func.cc
|
Allow IN to convert arguments into Unicode in some cases.
|
2004-09-01 15:39:15 +05:00 |
item_func.h
|
Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions
|
2004-09-07 15:42:19 +05:00 |
item_geofunc.cc
|
Final patch for WL#1600(warn if max_allowed_packet used)
|
2004-07-21 21:27:45 +05:00 |
item_geofunc.h
|
|
|
item_row.cc
|
after merge
|
2004-08-26 18:22:22 +02:00 |
item_row.h
|
|
|
item_strfunc.cc
|
Portability fixes
|
2004-08-26 18:26:38 +03:00 |
item_strfunc.h
|
in 4.1 DATABASE() may be NULL
|
2004-07-16 13:21:58 +02:00 |
item_subselect.cc
|
after review fixes:
|
2004-08-23 22:31:01 +03:00 |
item_subselect.h
|
merge
|
2004-08-23 15:50:59 +03:00 |
item_sum.cc
|
fixed typo in group_concat printing (BUG#5161)
|
2004-09-01 21:32:24 +03:00 |
item_sum.h
|
Fix for bug#4912 "mysqld crashs in case a statement is executed
|
2004-08-21 02:02:46 +04:00 |
item_timefunc.cc
|
Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions
|
2004-09-07 15:42:19 +05:00 |
item_timefunc.h
|
Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions
|
2004-09-07 15:42:19 +05:00 |
item_uniq.cc
|
|
|
item_uniq.h
|
|
|
key.cc
|
Bug#4594: column index make = failed for gbk, but like works
|
2004-08-23 20:12:39 +05:00 |
lex.h
|
Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server".
|
2004-08-10 12:42:31 +04:00 |
lex_symbol.h
|
|
|
lock.cc
|
Review of new pushed code (Indentation fixes and simple optimizations)
|
2004-08-31 14:35:04 +03:00 |
log.cc
|
Merge with 4.0
|
2004-09-01 04:12:09 +03:00 |
log_event.cc
|
Merge with 4.0
|
2004-09-01 04:12:09 +03:00 |
log_event.h
|
|
|
Makefile.am
|
after merge fix
|
2004-08-20 22:54:42 +02:00 |
matherr.c
|
|
|
mf_iocache.cc
|
|
|
my_lock.c
|
|
|
mysql_priv.h
|
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
|
2004-08-31 21:11:54 +03:00 |
mysqld.cc
|
Merge with 4.0 to get latest bug fixes
|
2004-09-04 15:59:49 +03:00 |
mysqld_suffix.h
|
|
|
net_serv.cc
|
After merge fixes
|
2004-06-21 10:21:20 +03:00 |
nt_servc.cc
|
|
|
nt_servc.h
|
|
|
opt_range.cc
|
sql_print_error cleanup
|
2004-09-04 20:17:09 +02:00 |
opt_range.h
|
handler interface cleanups:
|
2004-06-23 12:29:05 +02:00 |
opt_sum.cc
|
Bug#4411
|
2004-08-11 23:24:36 +01:00 |
password.c
|
|
|
procedure.cc
|
|
|
procedure.h
|
|
|
protocol.cc
|
Portability fixes
|
2004-08-26 18:26:38 +03:00 |
protocol.h
|
|
|
protocol_cursor.cc
|
|
|
records.cc
|
Proposed fix for bug #5003 (subselect with MIN() and LIKE crashes server)
|
2004-08-22 00:06:19 +05:00 |
repl_failsafe.cc
|
manually merged
|
2004-08-18 19:57:55 +02:00 |
repl_failsafe.h
|
|
|
set_var.cc
|
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
|
2004-08-20 13:10:05 -05:00 |
set_var.h
|
Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server".
|
2004-08-10 12:42:31 +04:00 |
slave.cc
|
sql_print_error cleanup
|
2004-09-04 20:17:09 +02:00 |
slave.h
|
|
|
spatial.cc
|
|
|
spatial.h
|
|
|
sql_acl.cc
|
sql_print_error cleanup
|
2004-09-04 20:17:09 +02:00 |
sql_acl.h
|
apply in SET PASSWORD same checks as in GRANT, to let only valid hashes through
|
2004-07-30 22:05:08 +02:00 |
sql_analyse.cc
|
manually merged
|
2004-08-18 19:57:55 +02:00 |
sql_analyse.h
|
|
|
sql_base.cc
|
sql_print_error cleanup
|
2004-09-04 20:17:09 +02:00 |
sql_bitmap.h
|
|
|
sql_cache.cc
|
merged
|
2004-06-23 12:36:07 +02:00 |
sql_cache.h
|
|
|
sql_class.cc
|
Remove extra '/' after mysql_real_data_home
|
2004-09-03 02:25:27 +03:00 |
sql_class.h
|
Change Item_arena::state to enum
|
2004-08-31 14:07:02 +04:00 |
sql_client.cc
|
|
|
sql_crypt.cc
|
|
|
sql_crypt.h
|
|
|
sql_db.cc
|
after merge fix
|
2004-08-20 22:54:42 +02:00 |
sql_delete.cc
|
manually merged
|
2004-08-24 17:24:23 +02:00 |
sql_derived.cc
|
memory leak fixed
|
2004-09-05 10:57:26 +03:00 |
sql_do.cc
|
|
|
sql_error.cc
|
|
|
sql_handler.cc
|
After merge fixes
|
2004-06-25 21:56:23 +03:00 |
sql_help.cc
|
merged
|
2004-06-23 12:36:07 +02:00 |
sql_insert.cc
|
Fix for Bug#5034 "prepared "select 1 into @arg15", second
|
2004-08-24 20:17:11 +04:00 |
sql_lex.cc
|
Merge: manual resolve
|
2004-08-24 23:07:08 +04:00 |
sql_lex.h
|
Merge: manual resolve
|
2004-08-24 23:07:08 +04:00 |
sql_list.cc
|
|
|
sql_list.h
|
safemalloc always resets the free'd memory, not only when PEDANTIC_SAFEMALLOC
|
2004-07-26 21:33:42 +02:00 |
sql_load.cc
|
Remove extra '/' after mysql_real_data_home
|
2004-09-03 02:25:27 +03: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/
|
2004-09-07 13:37:29 +02:00 |
sql_prepare.cc
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
|
2004-09-03 02:26:00 +03:00 |
sql_rename.cc
|
after merge fix
|
2004-08-20 22:54:42 +02:00 |
sql_repl.cc
|
|
|
sql_repl.h
|
|
|
sql_select.cc
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
|
2004-09-02 16:58:01 +03:00 |
sql_select.h
|
after review patch
|
2004-08-31 21:10:57 +03:00 |
sql_show.cc
|
ctype_recoding.result, ctype_recoding.test, sql_show.cc:
|
2004-08-11 14:03:24 +05:00 |
sql_sort.h
|
|
|
sql_state.c
|
|
|
sql_string.cc
|
|
|
sql_string.h
|
after merge fixes
|
2004-08-19 03:02:09 +02:00 |
sql_table.cc
|
sql_print_error cleanup
|
2004-09-04 20:17:09 +02:00 |
sql_test.cc
|
|
|
sql_udf.cc
|
sql_print_error cleanup
|
2004-09-04 20:17:09 +02:00 |
sql_udf.h
|
|
|
sql_union.cc
|
A fix (Bug #4980: union statement with () union () order by produces wrong explain).
|
2004-09-03 19:59:29 +05:00 |
sql_update.cc
|
New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
|
2004-07-08 15:45:25 +03:00 |
sql_yacc.yy
|
Merge with 4.0 to get latest bug fixes
|
2004-09-04 15:59:49 +03:00 |
stacktrace.c
|
|
|
stacktrace.h
|
|
|
strfunc.cc
|
|
|
structs.h
|
Fix for Bug#4030 "Client side conversion string -> date type doesn't
|
2004-06-24 19:08:36 +04:00 |
table.cc
|
After merge fixes
|
2004-09-02 16:57:26 +03:00 |
table.h
|
"Version" column in SHOW TABLE STATUS.
|
2004-06-24 18:46:41 +05:00 |
thr_malloc.cc
|
|
|
time.cc
|
WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position
|
2004-07-29 23:25:58 +02:00 |
tzfile.h
|
|
|
tztime.cc
|
bug in my_strnncoll_utf8 (and friends) fixed
|
2004-08-30 08:37:36 +02:00 |
tztime.h
|
Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server".
|
2004-08-10 12:42:31 +04:00 |
udf_example.cc
|
|
|
uniques.cc
|
|
|
unireg.cc
|
Fixed a copy-and-paste error: mysql_create_frm() should have
|
2004-07-29 10:33:33 +02:00 |
unireg.h
|
|
|
watchdog_mysqld
|
|
|