mariadb/sql
2004-12-16 19:08:32 -08:00
..
examples Clean up from code review. 2004-12-16 16:27:52 -08:00
share Removed incorrect messages; fixed serbian messages. 2004-12-16 21:21:13 +02:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. 2004-09-13 14:46:38 +02:00
field.cc Data truncation reporting implementation (libmysql) + post review 2004-12-16 03:15:06 +03:00
field.h Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 2004-12-16 18:40:25 -08:00
field_conv.cc Update results for new varchar handling 2004-12-07 15:47:00 +02:00
filesort.cc Merge bk-internal:/home/bk/mysql-5.0 2004-11-15 19:27:06 +01: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 Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
ha_berkeley.h merge with 4.1 2004-10-29 19:26:52 +03:00
ha_federated.cc WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and Antony 2004-12-16 19:08:32 -08:00
ha_federated.h WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and Antony 2004-12-16 19:08:32 -08:00
ha_heap.cc Update results for new varchar handling 2004-12-07 15:47:00 +02:00
ha_heap.h merged 2004-11-17 18:04:36 +01:00
ha_innodb.cc Added support for a CREATE TABLE...AUTO_INCREMENT = x in InnoDB. 2004-12-16 08:34:03 +02:00
ha_innodb.h Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
ha_myisam.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
ha_myisam.h backport Serg's fix of FT interface (BUG#6523) 2004-11-16 22:58:02 +02:00
ha_myisammrg.cc ha_myisammrg was missing index_type() method bug#6756 2004-11-23 22:57:04 +01:00
ha_myisammrg.h ha_myisammrg was missing index_type() method bug#6756 2004-11-23 22:57:04 +01:00
ha_ndbcluster.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
ha_ndbcluster.h Merging 4.1 to 5.0 2004-11-24 12:34:44 -08:00
handler.cc First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. This includes both the source and header files, test (results, test, require), and modifications to server and handler base files, and autoconf modifications to properly build federated handler. 2004-12-11 12:03:51 -08:00
handler.h First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. This includes both the source and header files, test (results, test, require), and modifications to server and handler base files, and autoconf modifications to properly build federated handler. 2004-12-11 12:03:51 -08:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Update results for new varchar handling 2004-12-07 15:47:00 +02:00
item.h Update results for new varchar handling 2004-12-07 15:47:00 +02:00
item_buff.cc Rename: Item::val -> Item::val_real(). 2004-11-11 21:39:35 +03:00
item_cmpfunc.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
item_cmpfunc.h compatibility fixes 2004-11-29 22:47:50 +01:00
item_create.cc Merge with 4.1 to get in latest bug fixes 2004-11-04 15:06:24 +02:00
item_create.h Merge with 4.1 2004-09-06 15:14:10 +03:00
item_func.cc Update results for new varchar handling 2004-12-07 15:47:00 +02:00
item_func.h Update results for new varchar handling 2004-12-07 15:47:00 +02:00
item_geofunc.cc Rename: Item::val -> Item::val_real(). 2004-11-11 21:39:35 +03:00
item_geofunc.h Rename: Item::val -> Item::val_real(). 2004-11-11 21:39:35 +03:00
item_row.cc merge 2004-11-12 15:36:31 +02:00
item_row.h Rename: Item::val -> Item::val_real(). 2004-11-11 21:39:35 +03:00
item_strfunc.cc marge 2004-11-13 19:45:36 +02:00
item_strfunc.h Rename: Item::val -> Item::val_real(). 2004-11-11 21:39:35 +03:00
item_subselect.cc merge 2004-11-21 20:08:12 +02:00
item_subselect.h merge 2004-11-12 15:36:31 +02:00
item_sum.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
item_sum.h Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-11-25 13:33:31 +00:00
item_timefunc.cc merged 2004-11-20 18:36:41 +01:00
item_timefunc.h Rename: Item::val -> Item::val_real(). 2004-11-11 21:39:35 +03:00
item_uniq.cc
item_uniq.h merge 2004-11-12 15:36:31 +02:00
key.cc Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
lex.h WL#638 - Fix precedence for parsing NOT ... LIKE expression s 2004-11-17 15:49:10 +00:00
lex_symbol.h
lock.cc Merge with 4.1 2004-12-06 11:38:56 +02:00
log.cc Merge with 4.1 2004-12-06 11:38:56 +02:00
log_event.cc Merge with 4.1 2004-12-06 11:38:56 +02:00
log_event.h Merge with 4.1 2004-12-06 11:38:56 +02:00
Makefile.am Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 2004-12-16 18:40:25 -08:00
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 2004-12-16 18:40:25 -08:00
mysqld.cc First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. This includes both the source and header files, test (results, test, require), and modifications to server and handler base files, and autoconf modifications to properly build federated handler. 2004-12-11 12:03:51 -08:00
mysqld_suffix.h
net_serv.cc merge 2004-12-09 04:22:28 +03:00
nt_servc.cc
nt_servc.h
opt_range.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +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 Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
parse_file.cc now my_printf_error is not better then my_error, but my_error call is shorter 2004-11-13 19:35:51 +02:00
parse_file.h fixed & added comments (according to Igor's review and a bit more) 2004-10-07 01:45:06 +03:00
password.c merge with 4.1 2004-10-29 19:26:52 +03:00
procedure.cc now my_printf_error is not better then my_error, but my_error call is shorter 2004-11-13 19:35:51 +02:00
procedure.h Update results for new varchar handling 2004-12-07 15:47:00 +02:00
protocol.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
protocol.h merge 2004-11-12 15:36:31 +02:00
protocol_cursor.cc merge 2004-11-12 15:36:31 +02:00
records.cc merge with 4.1 2004-10-29 19:26:52 +03:00
repl_failsafe.cc Changing the default of libmysqlclient : it's now NO reconnection. 2004-12-09 14:44:10 +01:00
repl_failsafe.h merge 2004-11-12 15:36:31 +02:00
set_var.cc First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. This includes both the source and header files, test (results, test, require), and modifications to server and handler base files, and autoconf modifications to properly build federated handler. 2004-12-11 12:03:51 -08:00
set_var.h Merge with 4.1 2004-09-06 15:14:10 +03:00
slave.cc Changing the default of libmysqlclient : it's now NO reconnection. 2004-12-09 14:44:10 +01:00
slave.h Merge with 4.1 2004-12-06 11:38:56 +02:00
sp.cc A fix (Bug #6843: Wrong function name crashes MySQL if mysql.proc table is missi 2004-12-16 16:29:47 +04:00
sp.h Fixed BUG#6027: Stored procedures can be renamed. 2004-10-22 19:05:17 +02:00
sp_cache.cc
sp_cache.h
sp_head.cc A fix for a crash in sp.test with -debug-max. 2004-12-08 16:28:25 +01:00
sp_head.h Fix for bug #5888 "Triggers with nonexistent columns cause packets 2004-11-24 12:24:02 +03:00
sp_pcontext.cc Fixed BUG#5287: Stored procedure crash if leave outside loop. 2004-09-02 17:24:25 +02:00
sp_pcontext.h Fix warnings and compilation failures (Windows). 2004-11-17 13:45:05 +03:00
sp_rcontext.cc post-review fixes 2004-11-12 14:34:00 +02:00
sp_rcontext.h Fixed BUG#6029: Stored procedure specific handlers should have priority. 2004-10-23 14:23:32 +02: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 fix according to review 2004-12-10 18:25:12 +03:00
sql_acl.h WL#2050 - CREATE USER and DROP USER and RENAME USER 2004-11-25 21:55:49 +01:00
sql_analyse.cc now my_printf_error is not better then my_error, but my_error call is shorter 2004-11-13 19:35:51 +02:00
sql_analyse.h
sql_base.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
sql_bitmap.h
sql_cache.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_cache.h merge with 4.1 2004-10-29 19:26:52 +03:00
sql_class.cc send_warning removed 2004-11-24 17:22:29 +01:00
sql_class.h Merge with 4.1 2004-12-06 11:38:56 +02:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privileges 2004-12-10 12:07:11 +03:00
sql_delete.cc Merge with 4.1 2004-12-06 11:38:56 +02:00
sql_derived.cc Fix for bug#7212: information_schema: "Can't find file" errors if storage engine gone(after review) 2004-12-16 16:31:36 +03:00
sql_do.cc merged 2004-11-22 21:33:15 +01:00
sql_error.cc merge 2004-11-12 15:36:31 +02:00
sql_handler.cc now my_printf_error is not better then my_error, but my_error call is shorter 2004-11-13 19:35:51 +02:00
sql_help.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
sql_insert.cc After merge fixes 2004-12-06 17:15:54 +02:00
sql_lex.cc After merge fixes 2004-12-06 17:15:54 +02:00
sql_lex.h Merge with 4.1 2004-12-06 11:38:56 +02:00
sql_list.cc
sql_list.h protection: TRASH in delete 2004-11-28 15:53:17 +01:00
sql_load.cc post-merge fix 2004-11-25 02:23:13 +02:00
sql_manager.cc
sql_manager.h
sql_map.cc now my_printf_error is not better then my_error, but my_error call is shorter 2004-11-13 19:35:51 +02:00
sql_map.h
sql_olap.cc post-merge fix 2004-11-25 02:23:13 +02:00
sql_parse.cc Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
sql_prepare.cc Merge with 4.1 2004-12-06 11:38:56 +02:00
sql_rename.cc Merge with 4.1 2004-12-06 11:38:56 +02:00
sql_repl.cc Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-11-26 13:44:49 +00:00
sql_repl.h merge 2004-11-12 15:36:31 +02:00
sql_select.cc Fix for BUG#7266. 2004-12-16 16:44:40 +02:00
sql_select.h A small cleanup in sql_select.h 2004-11-24 12:49:00 +03:00
sql_show.cc Fix for bug#7211: information_schema: crash if bad view(after review) 2004-12-16 17:44:36 +03:00
sql_sort.h
sql_state.c
sql_string.cc Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
sql_string.h protection: TRASH in delete 2004-11-28 15:53:17 +01:00
sql_table.cc Update results for new varchar handling 2004-12-07 15:47:00 +02:00
sql_test.cc Added per thread status variables, after review, patch v1.1. 2004-09-13 16:48:01 +03:00
sql_trigger.cc Fix for bug #5888 "Triggers with nonexistent columns cause packets 2004-11-24 12:24:02 +03:00
sql_trigger.h Fix for bug #5888 "Triggers with nonexistent columns cause packets 2004-11-24 12:24:02 +03:00
sql_udf.cc now my_printf_error is not better then my_error, but my_error call is shorter 2004-11-13 19:35:51 +02:00
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 merge 2004-11-12 15:36:31 +02:00
sql_update.cc After merge fixes 2004-12-06 17:15:54 +02:00
sql_view.cc After merge fixes 2004-12-06 17:15:54 +02:00
sql_view.h post-merge fix 2004-11-25 02:23:13 +02:00
sql_yacc.yy Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privileges 2004-12-10 12:07:11 +03:00
stacktrace.c Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
stacktrace.h
strfunc.cc Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
structs.h Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
table.cc Fix for bug#7212: information_schema: "Can't find file" errors if storage engine gone(after review) 2004-12-16 16:31:36 +03:00
table.h Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
thr_malloc.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
time.cc Data truncation reporting implementation (libmysql) + post review 2004-12-16 03:15:06 +03:00
tzfile.h
tztime.cc merge with 4.1 2004-10-29 19:26:52 +03:00
tztime.h merge with 4.1 2004-10-29 19:26:52 +03:00
udf_example.cc
uniques.cc
unireg.cc merge 2004-11-12 15:36:31 +02:00
unireg.h Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
watchdog_mysqld