mariadb/sql
2004-12-03 23:24:41 +02:00
..
examples Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 02:55:03 +03:00
share typos in error messages fixed 2004-11-12 16:41:53 +01:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc merge (new code fixed the ALTER TABLE problem) 2004-12-02 15:14:01 +02:00
field.h Bug #6379: ENUM values are incorrectly converted 2004-12-02 12:48:43 +04:00
field_conv.cc Simple optimization 2004-11-09 03:20:58 +02:00
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
ha_berkeley.h
ha_heap.cc Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-11-16 21:36:31 +03:00
ha_heap.h
ha_innodb.cc InnoDB: Allow ALTER TABLE to do intermediate COMMIT also when the table 2004-11-30 17:34:37 +02:00
ha_innodb.h InnoDB: commit after every 10000 rows in ALTER TABLE 2004-11-03 21:32:48 +02:00
ha_isam.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
ha_isam.h
ha_isammrg.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
ha_isammrg.h
ha_myisam.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
ha_myisam.h backport Serg's fix of FT interface (BUG#6523) 2004-11-16 22:58:02 +02:00
ha_myisammrg.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
ha_myisammrg.h
ha_ndbcluster.cc fixed error in test result 2004-11-30 17:47:47 +00:00
ha_ndbcluster.h Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-11-22 15:53:06 +00:00
handler.cc Merge mysql.com:/space/bkroot/mysql-4.1 2004-12-03 12:15:31 +01:00
handler.h backport Serg's fix of FT interface (BUG#6523) 2004-11-16 22:58:02 +02:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Manual merge of fix for bug #6266 "Invalid DATETIME value is not handled 2004-11-19 18:35:36 +03:00
item.h init values to avoid junk returning in case of null value asking without assigning value (BUG#6806) 2004-11-25 22:54:49 +02:00
item_buff.cc
item_cmpfunc.cc merged on pull 2004-12-02 14:47:14 +02:00
item_cmpfunc.h Fixes while reviewing code 2004-11-26 02:31:22 +02:00
item_create.cc A fix according to Monty's request: 2004-10-29 17:00:39 +05:00
item_create.h
item_func.cc Merge mysql.com:/space/bkroot/mysql-4.1 2004-12-03 12:15:31 +01:00
item_func.h Fixes while reviewing code 2004-11-26 02:31:22 +02:00
item_geofunc.cc Fix for bug #6117 (Centroid() crashes server) 2004-10-22 20:32:02 +05:00
item_geofunc.h
item_row.cc A small simplification: perform two actions at once, register a 2004-10-10 03:10:00 +04:00
item_row.h Deployment of centralized Item change registry, step 2: Item_ref 2004-10-08 19:13:09 +04:00
item_strfunc.cc Fixed a function call. 2004-11-12 20:47:41 +02:00
item_strfunc.h An extra "separator" class member was removed from Item_func_concat_ws. 2004-10-28 11:43:31 +05:00
item_subselect.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
item_subselect.h removed incorrect error message about aggregate functions 2004-10-27 21:11:06 +03:00
item_sum.cc Bug #6658 MAX(column) returns incorrect coercibility 2004-11-19 19:35:36 +04:00
item_sum.h Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-11-25 16:18:46 +04:00
item_timefunc.cc Manual merge of fix for bug #6439 "from_unixtime() function returns 2004-11-19 19:19:45 +03:00
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h WL#1596 "make mysqldump --master-data --single-transaction able to do online dump of InnoDB AND report reliable 2004-11-10 17:56:45 +01:00
lex_symbol.h
lock.cc Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 2004-11-30 22:22:12 +01:00
log.cc Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
log_event.cc Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
log_event.h Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
Makefile.am
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h merge (new code fixed the ALTER TABLE problem) 2004-12-02 15:14:01 +02:00
mysqld.cc mysqld.cc: 2004-12-02 12:40:25 +02:00
mysqld_suffix.h
net_serv.cc Remove usage of !$ from mysql-tests 2004-11-02 20:13:27 +02:00
nt_servc.cc
nt_servc.h
opt_range.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
opt_range.h backport Serg's fix of FT interface (BUG#6523) 2004-11-16 22:58:02 +02:00
opt_sum.cc
password.c Remove stale declaration, fix a typo in comment. 2004-10-15 22:03:11 +04:00
procedure.cc
procedure.h
protocol.cc Remove usage of !$ from mysql-tests 2004-11-02 20:13:27 +02:00
protocol.h Remove usage of !$ from mysql-tests 2004-11-02 20:13:27 +02:00
protocol_cursor.cc
records.cc Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
repl_failsafe.cc Merge 2004-11-25 12:23:41 +01:00
repl_failsafe.h Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
set_var.cc Cleanups during review stage 2004-12-02 14:43:51 +02:00
set_var.h
slave.cc merged 2004-11-28 18:19:01 +01:00
slave.h Merge 2004-11-25 12:23:41 +01:00
spatial.cc Fix for bug #6117 (Centroid() crashes server) 2004-10-22 20:32:02 +05:00
spatial.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_acl.cc Merge mysql.com:/space/bkroot/mysql-4.1 2004-12-03 12:15:31 +01:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
sql_bitmap.h
sql_cache.cc Fixed access to freed memory 2004-10-27 21:56:17 +03:00
sql_cache.h Merge with 4.0 2004-10-27 19:52:41 +03:00
sql_class.cc moved ndb_use_transactions out of opts and to be set default true in THD::init 2004-11-18 22:45:48 +00:00
sql_class.h Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2004-12-03 22:13:53 +02:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
sql_delete.cc Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
sql_derived.cc
sql_do.cc Fix for bug #6462 "Same request on same data returns different 2004-11-22 13:05:10 +03:00
sql_error.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
sql_handler.cc - Applied some Windows portability fixes for myisampack.c and sql_handler.cc 2004-10-27 21:51:27 +02:00
sql_help.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
sql_insert.cc Merge 2004-12-03 17:48:19 +01:00
sql_lex.cc now we create temporary join for all queries with subqueries to make correct cleunup of tables and avoid too early unlock (BUG#6841) 2004-11-30 21:41:12 +02:00
sql_lex.h Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2004-12-03 22:13:53 +02:00
sql_list.cc
sql_list.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_load.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2004-12-03 22:13:53 +02:00
sql_prepare.cc Fixes to make mysql-test-run --embedded-server working 2004-12-02 16:08:17 +04:00
sql_rename.cc Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
sql_repl.cc Merge 2004-11-25 12:23:41 +01:00
sql_repl.h Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
sql_select.cc Merge 2004-12-01 10:25:11 +02:00
sql_select.h Simpler arena swapping code 2004-11-08 01:13:54 +02:00
sql_show.cc Bug #6815 SHOW CREATE TABLE hangs after upgrading to 4.1 2004-12-02 11:39:50 +04:00
sql_sort.h
sql_state.c
sql_string.cc fix call of string::copy() if HAVE_FCONVERT is set 2004-11-01 14:43:53 +00:00
sql_string.h A fix according to Monty's request: 2004-10-29 17:00:39 +05:00
sql_table.cc Merge 2004-12-03 17:48:19 +01:00
sql_test.cc
sql_udf.cc
sql_udf.h A fix (bug #6441: Aggregate UDF in multi-table query crashes MySQL when returning multiple rows). 2004-11-06 09:37:30 +04:00
sql_union.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
sql_update.cc Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
sql_yacc.yy Bug #6379: ENUM values are incorrectly converted 2004-12-02 12:48:43 +04:00
stacktrace.c Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
stacktrace.h
strfunc.cc Bug 6206: ENUMs are not case sensitive even if declared BINARY 2004-10-26 13:17:37 +05:00
structs.h
table.cc table.cc: 2004-11-25 16:18:47 +04:00
table.h A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field 2004-10-22 14:47:35 +04:00
thr_malloc.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
time.cc Fix for bug #6387 "Queried timestamp values do not match the inserted 2004-11-03 17:59:03 +00:00
tzfile.h
tztime.cc Fix for bug #6116 "SET time_zone := ... requires access to 2004-10-21 22:18:00 +04:00
tztime.h Fix for bug #6116 "SET time_zone := ... requires access to 2004-10-21 22:18:00 +04:00
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld