mariadb/sql
unknown b95d4398ff Added new optino --sql-mode to mysqld.
Docs/manual.texi:
  New option, --sql-mode=option[,option[,option]]
sql/ha_myisam.cc:
  Fixed a segmentation fault -bug with myisam-recover which
  occurred if option specified was not a legal one.
sql/mysql_priv.h:
  New option --sql-mode
sql/mysqld.cc:
  New option --sql-mode
sql/sql_class.cc:
  New option --sql-mode
sql/sql_class.h:
  New option --sql-mode
sql/sql_lex.cc:
  option --sql-mode, ansi_quotes and ignore_space
sql/sql_parse.cc:
  option --sql-mode, ignore_space
sql/sql_select.cc:
  option --sql-mode, mode only_full_group_by
sql/sql_yacc.yy:
  option --sql-mode, modes pipes_as_concat and real_as_float
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-08-09 18:51:38 +03:00
..
share Fix when using --without-server --with-thread-safe-client 2001-08-04 00:10:00 +03:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog
convert.cc
custom_conf.h
derror.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
field.cc Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
field.h Pushing all the Gemini changes above the table handler. 2001-05-29 09:29:08 -04:00
field_conv.cc
filesort.cc Portability fixes for Ia64 and Sgi compiler 2001-04-25 22:44:27 +03:00
frm_crypt.cc
gen_lex_hash.cc Fixed bug with HEAP tables when using LIKE 2001-04-16 14:05:55 +03:00
ha_berkeley.cc Add test case for update/replace bug in bdb. 2001-07-24 12:23:17 -04:00
ha_berkeley.h Add test case for update/replace bug in bdb. 2001-07-24 12:23:17 -04:00
ha_gemini.cc Patch for netBSD 2001-07-16 03:04:30 +03:00
ha_gemini.h Patch for netBSD 2001-07-16 03:04:30 +03:00
ha_hash.h
ha_heap.cc
ha_heap.h Don't use ranges on HEAP tables with LIKE 2001-04-17 03:55:25 +03:00
ha_innobase.cc srv0srv.h Support raw disk as a data file 2001-07-19 22:46:41 +03:00
ha_innobase.h ha_innobase.cc Fix a bug in showing of Auto_increment in SHOW TABLE STATUS 2001-07-16 21:10:29 +03:00
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
handler.cc Fixed typo from last checkin 2001-05-31 13:17:30 +03:00
handler.h Pushing all the Gemini changes above the table handler. 2001-05-29 09:29:08 -04:00
hash_filo.cc
hash_filo.h Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
hostname.cc Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
init.cc
item.cc Remove wrong access check for locks. 2001-05-23 02:40:24 +03:00
item.h bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
item_buff.cc
item_cmpfunc.cc Fixed problems with decimals withing IF() 2001-05-29 13:46:17 +03:00
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc Fix when using --without-server --with-thread-safe-client 2001-08-04 00:10:00 +03:00
item_func.h
item_strfunc.cc Applied patches for BDB tables 2001-05-09 23:02:36 +03:00
item_strfunc.h
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
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h Added LOAD DATA CONCURRENT 2001-05-05 09:41:47 +03:00
lex_symbol.h
lock.cc Pushing all the Gemini changes above the table handler. 2001-05-29 09:29:08 -04:00
log.cc fixed race condition in automatic binlog rotation 2001-07-11 19:29:23 -06:00
log_event.cc Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-29 16:07:58 +03:00
log_event.h do not log stray error codes in Query_log_event 2001-07-28 11:46:22 -06:00
Makefile.am Patch for netBSD 2001-07-16 03:04:30 +03:00
matherr.c
md5.c
md5.h
mf_iocache.cc
mini_client.cc better error message in replication when packet is too large 2001-05-03 17:27:35 -06:00
mini_client.h
my_lock.c
mysql_priv.h Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
mysqlbinlog.cc Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
mysqld.cc Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
net_pkg.cc Fixed bug that caused client to hang because mysqld never did send an 2001-06-02 00:03:16 +03:00
net_serv.cc
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc Fixed portability problems in mysqlcheck 2001-04-21 03:03:08 +03: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
password.c
procedure.cc
procedure.h
records.cc Fixed bug in REGEXP for Linux Alpha 2001-04-11 20:19:52 +03:00
slave.cc fixed mysterious offset confusion bug 2001-07-18 14:26:43 -06:00
slave.h added slave_net_timeout 2001-07-17 14:22:52 -06:00
sql_acl.cc Removed wrong warning from thr_lock 2001-07-17 21:04:01 +03:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc dded volatile to replication variable 2001-07-07 23:26:06 +03:00
sql_cache.cc
sql_class.cc Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
sql_class.h Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
sql_crypt.cc
sql_crypt.h
sql_db.cc fixed drop/create database bug when holding global read lock 2001-06-21 15:59:51 -06:00
sql_delete.cc Patch for netBSD 2001-07-16 03:04:30 +03:00
sql_insert.cc Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if 2001-07-18 23:34:04 +03:00
sql_lex.cc Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
sql_lex.h
sql_list.cc
sql_list.h sql/mysqld.cc 2001-03-24 23:33:26 -07:00
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_parse.cc Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
sql_rename.cc
sql_repl.cc fixed race condition in automatic binlog rotation 2001-07-11 19:29:23 -06:00
sql_repl.h fixed message in post-commit trigger 2001-06-28 18:22:29 -06:00
sql_select.cc Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +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 Removed wrong warning from thr_lock 2001-07-17 21:04:01 +03:00
sql_string.cc
sql_string.h
sql_table.cc Changed compare in MyISAM to use my_pread() 2001-06-11 15:01:28 +03:00
sql_test.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
sql_udf.cc Fixed INSERT DELAYED with Innobase 2001-04-09 21:08:56 +03:00
sql_udf.h
sql_update.cc Patch for netBSD 2001-07-16 03:04:30 +03:00
sql_yacc.yy Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
stacktrace.c sql/stacktrace.c 2001-05-14 14:11:26 -06:00
stacktrace.h Cleanup up stacktrace code 2001-05-14 01:12:40 +03:00
structs.h
table.cc
table.h Applied patches for BDB tables 2001-05-09 23:02:36 +03:00
thr_malloc.cc
time.cc Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
udf_example.cc
unireg.cc
unireg.h Added ER_SAFE() for cases when the error message could be out of bands 2001-06-01 04:10:53 +03:00
violite.c Force close of sockets on HPUX 10.20 2001-05-19 10:14:05 +03:00
watchdog_mysqld