.. |
share
|
Translation updated
|
2003-06-08 02:53:41 -04:00 |
.cvsignore
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
add_errmsg
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
cache_manager.cc
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
cache_manager.h
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
ChangeLog
|
Whoops, forgot to update sql/ChangeLog.
|
2000-11-11 12:32:39 -06:00 |
convert.cc
|
Two bug fixes
|
2002-03-28 18:35:21 +02:00 |
custom_conf.h
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
derror.cc
|
Fixed bug in ALTER TABLE
|
2001-04-01 13:45:48 +03:00 |
field.cc
|
Fixed problems with DECIMAL() type on overflow.
|
2002-05-02 18:04:21 +03:00 |
field.h
|
fixed Field::eq() to work with CHAR(0) fields
|
2003-03-04 18:02:56 +01:00 |
field_conv.cc
|
Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;
|
2002-10-16 10:32:45 +03:00 |
filesort.cc
|
Code cleanup
|
2003-03-14 23:06:55 +02:00 |
frm_crypt.cc
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
gen_lex_hash.cc
|
A fix for an obvious bug in hash generating proram.
|
2003-03-10 17:14:01 +02:00 |
ha_berkeley.cc
|
Fix that mysqladmin shutdown can be interrupted with ^C
|
2001-11-03 15:18:09 +02:00 |
ha_berkeley.h
|
Better optimization for InnoDB and BDB tables for ORDER BY
|
2001-11-29 15:34:37 +02:00 |
ha_gemini.cc
|
Portability fixes.
|
2001-08-21 20:06:00 +03:00 |
ha_gemini.h
|
Portability fixes.
|
2001-08-21 20:06:00 +03:00 |
ha_hash.h
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
ha_heap.cc
|
Fixed for bugs that was found when getting full code coverage of BDB
|
2001-01-17 03:15:20 +02:00 |
ha_heap.h
|
HA_NO_FULLTEXT_KEY and an appropriate error message
|
2001-10-23 10:52:51 +02:00 |
ha_innobase.cc
|
ha_innobase.cc:
|
2003-07-02 00:08:29 +03:00 |
ha_innobase.h
|
ha_innobase.cc, ha_innobase.h:
|
2002-10-03 19:10:49 +03:00 |
ha_isam.cc
|
Added help for --local-infile
|
2002-03-12 11:38:22 +02:00 |
ha_isam.h
|
HA_NO_FULLTEXT_KEY and an appropriate error message
|
2001-10-23 10:52:51 +02:00 |
ha_isammrg.cc
|
RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,
|
2000-09-26 00:33:25 +03:00 |
ha_isammrg.h
|
HA_NO_FULLTEXT_KEY and an appropriate error message
|
2001-10-23 10:52:51 +02:00 |
ha_myisam.cc
|
Fixed bug in memory allocation that could affect 64 bit systems (affected hammer)
|
2003-04-03 13:07:42 +03:00 |
ha_myisam.h
|
ha_myisam.cc magic removed
|
2001-01-19 20:25:27 +02:00 |
ha_myisammrg.cc
|
TEMPORARY MERGE tables are allowed
|
2002-11-05 00:00:51 +01:00 |
ha_myisammrg.h
|
HA_NO_FULLTEXT_KEY and an appropriate error message
|
2001-10-23 10:52:51 +02:00 |
handler.cc
|
log.cc, handler.cc:
|
2002-06-22 20:05:30 +03:00 |
handler.h
|
sql_show.cc, handler.h, handler.cc:
|
2002-03-21 18:05:46 +02:00 |
hash_filo.cc
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
hash_filo.h
|
Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
|
2001-03-26 01:05:04 +03:00 |
hostname.cc
|
New my_gethostbyname_r() handling
|
2002-05-16 16:32:51 +03:00 |
init.cc
|
Removed not used variable 'last_ref'
|
2001-01-16 06:02:05 +02:00 |
item.cc
|
fix for SHOW CREATE TABLE to report corerct second field's length
|
2003-08-21 20:21:07 +02:00 |
item.h
|
fixed an obscure bug in group by + having + Item_ref::get_date
|
2003-03-11 21:20:53 +01:00 |
item_buff.cc
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
item_cmpfunc.cc
|
fixed functions to be able work with group function as argument
|
2003-01-29 10:38:56 +02:00 |
item_cmpfunc.h
|
Fixed problem with ISNULL on fields that could not be null
|
2003-02-17 01:05:04 +02:00 |
item_create.cc
|
rpl000016.test sync
|
2001-01-17 05:47:33 -07:00 |
item_create.h
|
rpl000016.test sync
|
2001-01-17 05:47:33 -07:00 |
item_func.cc
|
fixed bug with type of user variables (bug #551)
|
2003-06-25 21:11:23 -04:00 |
item_func.h
|
fixed functions to be able work with group function as argument
|
2003-01-29 10:38:56 +02:00 |
item_strfunc.cc
|
Cleaned up code comment
|
2003-08-03 16:33:04 +03:00 |
item_strfunc.h
|
fixed functions to be able work with group function as argument
|
2003-01-29 10:38:56 +02:00 |
item_sum.cc
|
Fixed bug in mysqlcheck when using --fast
|
2001-06-19 14:30:12 +03:00 |
item_sum.h
|
Fixed bug in mysqlcheck when using --fast
|
2001-06-19 14:30:12 +03:00 |
item_timefunc.cc
|
Fixed bug in DATE_FORMAT when used with GROUP BY
|
2002-03-06 18:36:31 +02:00 |
item_timefunc.h
|
Fix for ISNULL()
|
2002-05-07 19:08:56 +03:00 |
item_uniq.cc
|
PART I: Keys support for MyMERGE tables
|
2000-08-14 15:27:19 +04:00 |
item_uniq.h
|
PART I: Keys support for MyMERGE tables
|
2000-08-14 15:27:19 +04:00 |
key.cc
|
Fix of 'halloween bug' with UPDATE of InnoDB tables.
|
2003-03-18 02:51:16 +02:00 |
lex.h
|
Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows
|
2002-07-29 09:35:25 +03:00 |
lex_symbol.h
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
lock.cc
|
Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another
|
2003-03-03 20:42:49 +02:00 |
log.cc
|
-- already approved; it would be nice if it goes into 3.23.57 --
|
2003-06-06 13:52:15 +02:00 |
log_event.cc
|
Do not use 'created' for time anymore in Start_log_event, it's the same
|
2003-06-16 23:38:33 +02:00 |
log_event.h
|
Do not use 'created' for time anymore in Start_log_event, it's the same
|
2003-06-16 23:38:33 +02:00 |
Makefile.am
|
- added a dummy file "reservedwords.texi" to the BK tree and the Makefiles,
|
2003-01-27 13:44:16 +01:00 |
matherr.c
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
md5.c
|
Fixes for OS2.
|
2001-08-22 01:45:07 +03:00 |
md5.h
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
mf_iocache.cc
|
Only write full transactions to binary log
|
2000-12-07 14:08:48 +02:00 |
mini_client.cc
|
Changed innobase_flush_log_at_trx_commit to be 1 as default
|
2003-04-07 21:36:45 +03:00 |
mini_client.h
|
sql/item_strfunc.cc
|
2000-11-06 19:39:13 -07:00 |
my_lock.c
|
Remove uage of static variable from file locks.
|
2002-02-10 20:28:58 +02:00 |
mysql_priv.h
|
Merge sinisa@work.mysql.com:/home/bk/mysql
|
2003-03-05 15:45:11 +02:00 |
mysqld.cc
|
Fixed bug when installing mysqld as a service with 2 arguments (option + service-name)
|
2003-05-26 20:09:53 +03:00 |
net_pkg.cc
|
Fixed wrong packed length for packet > 16M.
|
2003-01-09 23:28:30 +02:00 |
net_serv.cc
|
Fixed test if thr_alarm() failed
|
2003-06-05 15:15:27 +03:00 |
nt_servc.cc
|
Fix error msg. Bug #681
|
2003-06-19 12:09:32 -04:00 |
nt_servc.h
|
Added optional NT service and fix the TZ variable bug
|
2002-10-16 21:51:03 -02:00 |
opt_ft.cc
|
Oops - forgot to add files to bk
|
2000-10-09 00:00:24 +02:00 |
opt_ft.h
|
Ill-minded FULLTEXT impilict initialization hack removed.
|
2000-11-02 17:36:21 +01:00 |
opt_range.cc
|
Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp()
|
2003-03-07 14:40:37 +02:00 |
opt_range.h
|
Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL
|
2001-04-10 11:32:28 +03:00 |
opt_sum.cc
|
backported MERGE+MAX bugfix from 4.0
|
2003-02-12 11:03:41 +01:00 |
password.c
|
Lots of manual changes
|
2001-01-25 22:38:26 +02:00 |
procedure.cc
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
procedure.h
|
FLUSH TABLE table_list
|
2000-08-22 00:18:32 +03:00 |
records.cc
|
Fix race condition in ANALYZE TABLE.
|
2001-11-26 02:16:38 +02:00 |
slave.cc
|
Can't believe it: one more cset (04-27) which never found his way to the central
|
2003-06-21 16:32:27 +02:00 |
slave.h
|
slave.h, slave.cc:
|
2002-06-22 20:00:32 +03:00 |
sql_acl.cc
|
fixed password buffer overflow
|
2003-08-07 11:16:34 +02:00 |
sql_acl.h
|
Portability fixes
|
2001-08-10 17:37:37 +03:00 |
sql_analyse.cc
|
NEWDATE -> DATE in anylyse() output
|
2003-03-12 16:43:01 +02:00 |
sql_analyse.h
|
Indentation cleanup
|
2003-02-25 11:05:07 +02:00 |
sql_base.cc
|
Better grant test for SELECT *
|
2003-05-08 00:34:23 +03:00 |
sql_cache.cc
|
Portability fixes
|
2000-10-04 23:20:16 +03:00 |
sql_class.cc
|
another fix for RAND() initialization
|
2003-02-12 21:32:35 +01:00 |
sql_class.h
|
-- already approved; it would be nice if it goes into 3.23.57 --
|
2003-06-06 13:52:15 +02:00 |
sql_crypt.cc
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
sql_crypt.h
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
sql_db.cc
|
Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fields() and mysql_table_dump().
|
2003-01-29 18:56:34 +02:00 |
sql_delete.cc
|
Fixed bug that binary log was not locked during a DELETE FROM TABLE_NAME;
|
2003-03-24 23:24:45 +02:00 |
sql_do.cc
|
Minors changes for the Windows 3.23.47 release
|
2001-12-30 00:22:01 -02:00 |
sql_insert.cc
|
Change name -> alias in TABLE_LIST.
|
2002-09-21 21:36:23 +03:00 |
sql_lex.cc
|
Don't give warnings for empty statements with comments
|
2002-02-14 15:04:14 +02:00 |
sql_lex.h
|
Many files:
|
2002-07-08 19:34:49 +03:00 |
sql_list.cc
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
sql_list.h
|
Fixed problem with timestamps in binary log on 64 bit machines
|
2003-04-23 00:13:37 +03:00 |
sql_load.cc
|
Fix for load data infile when no active database
|
2002-03-22 01:03:34 +02:00 |
sql_manager.cc
|
mysql_priv.h manager_status is volatile
|
2000-11-28 15:59:46 -05:00 |
sql_manager.h
|
Generalize handle_flush thread to also handle various management
|
2000-11-27 18:14:49 -05:00 |
sql_map.cc
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
sql_map.h
|
Portability fixes for OPENBSD, OS2 and Windows
|
2001-01-27 01:20:56 +02:00 |
sql_parse.cc
|
Security patch to remove wrong error when one had a global update/delete privilige and a database specific SELECT privilege.
|
2003-05-07 23:59:24 +03:00 |
sql_rename.cc
|
Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp()
|
2003-03-07 14:40:37 +02:00 |
sql_repl.cc
|
properly kill slave in all cases on systems that do not interrupt syscalls
|
2001-11-23 09:57:36 -07:00 |
sql_repl.h
|
A better, but larger fix for server_id bug ..
|
2003-03-05 15:34:58 +02:00 |
sql_select.cc
|
Fix an erronous cast for GCC introduced for to fix VC++ compiler error
|
2003-08-05 22:57:44 -03:00 |
sql_select.h
|
Added functions for symbolic link handling to make it possible to
|
2001-05-31 12:18:53 +03:00 |
sql_show.cc
|
fix for SHOW CREATE TABLE to report corerct second field's length
|
2003-08-21 20:21:07 +02:00 |
sql_string.cc
|
Fixed that LOAD DATA INFILE works with transactions.
|
2001-08-28 06:43:55 +03:00 |
sql_string.h
|
Portability fixes for OPENBSD, OS2 and Windows
|
2001-01-27 01:20:56 +02:00 |
sql_table.cc
|
Check for empty table/column names
|
2003-03-14 17:08:42 +02:00 |
sql_test.cc
|
Portability fixes.
|
2001-08-18 10:49:00 +03:00 |
sql_udf.cc
|
Fixed rare bug in show processlist which could cause core dump if a new thread was connecting.
|
2002-12-11 12:44:17 +02:00 |
sql_udf.h
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |
sql_update.cc
|
Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables.
|
2002-07-19 21:57:53 +03:00 |
sql_yacc.yy
|
fixed functions to be able work with group function as argument
|
2003-01-29 10:38:56 +02:00 |
stacktrace.c
|
Fix to get core file on Linux
|
2002-11-05 00:04:36 +02:00 |
stacktrace.h
|
Fix to get core files on Solaris
|
2001-08-22 12:22:46 +03:00 |
structs.h
|
Proper fix for SHOW VARS on 64-bit systems
|
2002-12-02 15:33:16 +02:00 |
table.cc
|
Check for empty table/column names
|
2003-03-14 17:08:42 +02:00 |
table.h
|
Change name -> alias in TABLE_LIST.
|
2002-09-21 21:36:23 +03:00 |
thr_malloc.cc
|
Update to new root alloc, OPTIMIZE TABLE and some other changes
|
2000-09-12 03:02:33 +03:00 |
time.cc
|
Portability fixes
|
2001-10-31 18:27:49 +02:00 |
udf_example.cc
|
Cleaned up udf_example.cc and mysql_fix_privilege_tables
|
2001-09-27 21:35:35 +03:00 |
unireg.cc
|
Use NAMES_SEP_CHAR also for enums (Fix for supportwizard)
|
2002-02-13 22:01:43 +02:00 |
unireg.h
|
Use NAMES_SEP_CHAR also for enums (Fix for supportwizard)
|
2002-02-13 22:01:43 +02:00 |
violite.c
|
Portability fixes
|
2001-10-31 20:28:43 +02:00 |
watchdog_mysqld
|
Import changeset
|
2000-07-31 21:29:14 +02:00 |