..
share
Unicode Collation Algorithm subset implementation
2004-03-24 16:16:08 +04:00
.cvsignore
add_errmsg
client_settings.h
Fix for #2126
2003-12-18 18:12:00 +04:00
custom_conf.h
derror.cc
Merge key cache structures to one
2003-11-20 22:06:25 +02:00
des_key_file.cc
Merge with 4.0.16
2003-10-07 15:42:26 +03:00
field.cc
1. New data types, from the user point of view:
2004-03-26 16:11:46 +04:00
field.h
1. New data types, from the user point of view:
2004-03-26 16:11:46 +04:00
field_conv.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
filesort.cc
BTREE-indexes in HEAP tables can now be used to optimize ORDER BY
2004-03-25 15:05:01 +02:00
frm_crypt.cc
gen_lex_hash.cc
Portability fixes
2004-03-05 19:49:50 +02:00
gstream.cc
Fix for valgrind's warning
2004-03-15 16:32:53 +04:00
gstream.h
Fix for valgrind's warning
2004-03-15 16:32:53 +04:00
ha_berkeley.cc
Merge with 4.0 to get lastest bug fixes
2004-03-29 19:21:53 +03:00
ha_berkeley.h
Cleanup ha_checktype() and redundant variables.
2004-03-02 10:08:50 +00:00
ha_heap.cc
BTREE-indexes in HEAP tables can now be used to optimize ORDER BY
2004-03-25 15:05:01 +02:00
ha_heap.h
BTREE-indexes in HEAP tables can now be used to optimize ORDER BY
2004-03-25 15:05:01 +02:00
ha_innodb.cc
merge fixes (use old code)
2004-03-18 00:16:04 +02:00
ha_innodb.h
Cleanup ha_checktype() and redundant variables.
2004-03-02 10:08:50 +00:00
ha_isam.cc
Cleanup ha_checktype() and redundant variables.
2004-03-02 10:08:50 +00:00
ha_isam.h
Cleanup ha_checktype() and redundant variables.
2004-03-02 10:08:50 +00:00
ha_isammrg.cc
added 'explicit' keyword to Bitmap constructor
2003-11-21 19:16:19 +03:00
ha_isammrg.h
Some small portability fixes.
2003-12-30 13:14:21 +02:00
ha_myisam.cc
merge with 4.0
2004-03-16 22:41:30 +02:00
ha_myisam.h
Fixed a type mismatch between int_table_flags and table_flags() in MyISAM handler.
2004-03-04 22:53:48 +01:00
ha_myisammrg.cc
Merge with 4.0.18
2004-02-11 00:06:46 +01:00
ha_myisammrg.h
Merge with 4.0.18
2004-02-11 00:06:46 +01:00
handler.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
handler.h
fixed bug #2342
2004-03-27 02:29:31 +04:00
hash_filo.cc
hash_filo.h
SCRUM
2003-09-19 14:44:31 +05:00
hostname.cc
fix for --open-files-limit and broken query_cache_merge.test
2004-02-20 23:42:06 +01:00
init.cc
my_atof is deleted
2004-02-13 15:27:21 +01:00
item.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
item.h
Cleanups & safety fixes
2004-03-25 22:11:22 +02:00
item_buff.cc
Old style charset() and set_charset() were removed.
2003-08-05 12:52:37 +05:00
item_cmpfunc.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
item_cmpfunc.h
Cleanups & safety fixes
2004-03-25 22:11:22 +02:00
item_create.cc
Merge bk-internal:/home/bk/mysql-4.1/
2004-03-05 00:20:24 +01:00
item_create.h
UNHEX() function
2004-03-04 23:18:54 +01:00
item_func.cc
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
2004-03-25 22:18:31 +02:00
item_func.h
Fixed BUG#3117: LAST_INSERT_ID() works incorrectly inside stored procedure.
2004-03-25 17:42:13 +01:00
item_geofunc.cc
DBUG_ASSERT(fixed == 1); added to val*
2004-03-18 15:14:36 +02:00
item_geofunc.h
Optimized GIS functions
2004-03-04 08:50:37 +02:00
item_row.cc
DBUG_ASSERT(fixed == 0) added to fix_fields()
2004-03-17 14:26:26 +02:00
item_row.h
Pack of changes about 'cleanup()'-s
2004-01-20 20:55:47 +04:00
item_strfunc.cc
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
2004-03-20 13:37:30 +02:00
item_strfunc.h
DBUG_ASSERT(fixed == 1); added to val*
2004-03-18 15:14:36 +02:00
item_subselect.cc
after review changes
2004-03-20 13:36:26 +02:00
item_subselect.h
Merging
2004-03-04 17:52:06 +04:00
item_sum.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
item_sum.h
after review changes
2004-03-20 13:36:26 +02:00
item_timefunc.cc
Fix for #3264 (FROM_DAYS doesn't work properly in range comparison)
2004-03-23 21:10:23 +04:00
item_timefunc.h
DBUG_ASSERT(fixed == 1); added to val*
2004-03-18 15:14:36 +02:00
item_uniq.cc
item_uniq.h
DBUG_ASSERT(fixed == 1); added to val*
2004-03-18 15:14:36 +02:00
key.cc
Merge with 4.0.18
2004-02-11 00:06:46 +01:00
lex.h
More different syntaxes for (1) modifying the default charaset/collation
2004-03-30 21:33:45 +05:00
lex_symbol.h
Portability fixes
2004-03-05 19:49:50 +02:00
lock.cc
merge with 4.0
2004-03-16 22:41:30 +02:00
log.cc
Changing SET SQL_LOG_BIN so that it explicitely throws an error if
2004-03-26 19:25:22 +01:00
log_event.cc
merge fixes (use old code)
2004-03-18 00:16:04 +02:00
log_event.h
Merge with 4.0 to get fix for mysqlbinlog
2004-02-16 10:15:52 +02:00
Makefile.am
Code cleanup:
2004-02-03 14:35:24 +04:00
matherr.c
mf_iocache.cc
merge with 4.0
2004-03-16 22:41:30 +02:00
my_lock.c
mysql_priv.h
Disable INSERT DELAYED for embedded library
2004-03-29 17:57:07 +03:00
mysqld.cc
Some SHOW STATUS lines were in non-alphabetic order.
2004-03-21 15:58:08 -06:00
net_serv.cc
c++ comment fixed
2004-02-21 14:25:43 +01:00
nt_servc.cc
Merge with 4.0
2004-03-25 23:29:45 +02:00
nt_servc.h
opt_range.cc
merge fixes (use old code)
2004-03-18 00:16:04 +02:00
opt_range.h
merge
2004-02-05 18:14:48 +01:00
opt_sum.cc
Proper fix for bug with BLOB in MIN/MAX
2004-01-19 23:44:39 +01:00
password.c
C cleanups
2003-09-03 16:31:01 +02:00
procedure.cc
procedure.h
protocol.cc
Another implementation of send_eof() cleanup
2004-02-10 18:33:06 +03:00
protocol.h
Desperate attempt to push part of prepared statements cleanup which was
2004-03-02 22:39:50 +03:00
protocol_cursor.cc
Added missing SSL library (Should be in source distribution)
2003-11-28 12:18:13 +02:00
records.cc
Merge with 4.0.17
2003-12-17 17:35:34 +02:00
repl_failsafe.cc
Added test to show bug in current union implementation
2004-03-19 18:33:38 +02:00
repl_failsafe.h
set_var.cc
Better error messages for not nullable
2004-03-29 18:33:24 +05:00
set_var.h
A previous changeset by me today about SQL_LOG_BIN had the problem
2004-03-27 01:07:09 +01:00
slave.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
slave.h
After merge fixes
2004-03-17 10:30:40 +02:00
spatial.cc
Fixed memory overrun in spatial init code
2004-03-16 00:42:10 +02:00
spatial.h
Portability fix
2004-03-16 02:41:36 +02:00
sql_acl.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
sql_acl.h
SHOW PRIVILEGES updated (Bug#3227)
2004-03-24 14:44:31 +01:00
sql_analyse.cc
my_atof is deleted
2004-02-13 15:27:21 +01:00
sql_analyse.h
sql_base.cc
resolving conflicts
2004-03-30 16:04:08 +05:00
sql_bitmap.h
added 'explicit' keyword to Bitmap constructor
2003-11-21 19:16:19 +03:00
sql_cache.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
sql_cache.h
merge with 4.0
2004-03-16 22:41:30 +02:00
sql_class.cc
To save 32KB memory per thread when --log-bin is not used, we do not
2004-03-26 19:11:37 +01:00
sql_class.h
To save 32KB memory per thread when --log-bin is not used, we do not
2004-03-26 19:11:37 +01:00
sql_client.cc
merge
2003-12-19 16:34:48 +02:00
sql_crypt.cc
Style fixes, comments for 4.1.1 authorization
2003-07-18 18:25:54 +04:00
sql_crypt.h
sql_db.cc
sql_db.cc:
2004-03-29 11:05:27 +05:00
sql_delete.cc
merge with 4.0
2004-03-16 22:41:30 +02:00
sql_derived.cc
correct support for a mix of UNION/UNION ALL in the same query.
2004-03-23 14:43:24 +01:00
sql_do.cc
fixed error handling in SET and DO operators (BUG#1484)
2003-10-08 11:19:09 +03:00
sql_error.cc
THD::lex now points to THD::main_lex like in 5.0
2003-12-19 20:52:13 +03:00
sql_handler.cc
merge fixes (use old code)
2004-03-18 00:16:04 +02:00
sql_help.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
sql_insert.cc
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
2004-03-29 17:57:59 +03:00
sql_lex.cc
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
2004-03-25 14:40:36 +02:00
sql_lex.h
correct support for a mix of UNION/UNION ALL in the same query.
2004-03-23 14:43:24 +01:00
sql_list.cc
sql_list.h
merge with 4.0
2004-03-16 22:41:30 +02:00
sql_load.cc
after review changes
2004-03-20 13:36:26 +02:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
sql_parse.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
sql_prepare.cc
Better comment.
2004-03-30 02:03:42 +04:00
sql_rename.cc
Merge with 4.0.18
2004-02-11 00:06:46 +01:00
sql_repl.cc
Optimizations
2004-03-15 12:53:27 +02:00
sql_repl.h
Merge with 4.0.18
2004-02-11 00:06:46 +01:00
sql_select.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
sql_select.h
DBUG_ASSERT(fixed == 0) added to fix_fields()
2004-03-17 14:26:26 +02:00
sql_show.cc
1. New data types, from the user point of view:
2004-03-26 16:11:46 +04:00
sql_sort.h
sql_state.c
sql_string.cc
Disable INSERT DELAYED for embedded library
2004-03-29 17:57:07 +03:00
sql_string.h
Portability fixes
2004-03-05 19:49:50 +02:00
sql_table.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
sql_test.cc
false/true -> FALSE/TRUE
2004-03-30 02:32:41 +03:00
sql_udf.cc
Fix for bug#1439 UDF Corruption
2004-03-19 14:35:00 +04:00
sql_udf.h
hanged UDF interface to use clear() instead of reset()
2003-08-27 22:30:50 +03:00
sql_union.cc
After merge fixes + simple optimizations
2004-03-26 11:06:53 +02:00
sql_update.cc
after review changes
2004-03-20 13:36:26 +02:00
sql_yacc.yy
More different syntaxes for (1) modifying the default charaset/collation
2004-03-30 21:33:45 +05:00
stacktrace.c
stacktrace.h
strfunc.cc
Merge key cache structures to one
2003-11-20 22:06:25 +02:00
structs.h
Fix typo.
2004-03-17 12:28:26 -06:00
table.cc
merge with 4.0
2004-03-16 22:41:30 +02:00
table.h
ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its own TABLE structure
2004-02-17 01:14:51 +02:00
thr_malloc.cc
time.cc
Fix for valgrind errors in str_to_TIME(using of uninitialize variable).
2004-03-18 15:51:08 +04:00
udf_example.cc
Corrected faulty #if tests in udf_example.cc which made udf_test crash the server on some
2003-12-18 17:46:56 +01:00
uniques.cc
Merge with 4.0.17
2003-12-17 17:35:34 +02:00
unireg.cc
merge with 4.0 to get security fixes and latest bug fixes
2004-02-20 17:43:02 +02:00
unireg.h
unused variable max_prep_stmt_count removed
2003-12-05 01:55:57 +03:00
watchdog_mysqld