mariadb/sql
unknown e1e7ba756a Fixed that LPAD() and RPAD() cuts arguments
New test for string functions


Docs/manual.texi:
  Updated changes for 3.23.29
client/mysqldump.c:
  Cleanup
libmysql/libmysql.c:
  Fixed possible overflow
sql/handler.cc:
  Fixed typo
sql/item_strfunc.cc:
  Fixed that LPAD() and RPAD() cuts arguments
sql/mysqld.cc:
  Better error message on core dump
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2000-12-15 10:58:17 +02:00
..
Attic Import changeset 2000-07-31 21:29:14 +02:00
share Merge 2000-12-08 18:39:37 +02: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 Import changeset 2000-07-31 21:29:14 +02:00
custom_conf.h Import changeset 2000-07-31 21:29:14 +02:00
derror.cc Import changeset 2000-07-31 21:29:14 +02:00
field.cc Added bdb_lock_max and fixed bug in BDB tables when using key parts 2000-10-25 01:50:46 +03:00
field.h Added bdb_lock_max and fixed bug in BDB tables when using key parts 2000-10-25 01:50:46 +03:00
field_conv.cc Import changeset 2000-07-31 21:29:14 +02:00
filesort.cc Merge 2000-12-12 13:30:07 +01:00
frm_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
gen_lex_hash.cc Small bug fixes 2000-09-07 04:55:17 +03:00
ha_berkeley.cc Fixed delete in tables with hidden primary key 2000-12-12 04:34:56 +02:00
ha_berkeley.h Lots of fixes for BDB tables 2000-12-08 17:04:57 +02:00
ha_hash.h Import changeset 2000-07-31 21:29:14 +02:00
ha_heap.cc Bug fix, max_heap_table_size variable was not used. 2000-12-07 14:17:07 +02:00
ha_heap.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_innobase.cc Added innobase handler files + other updates for innobase 2000-12-06 01:54:17 +02:00
ha_innobase.h Added innobase handler files + other updates for innobase 2000-12-06 01:54:17 +02:00
ha_isam.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isam.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03: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 RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisam.cc Fixed delete in tables with hidden primary key 2000-12-12 04:34:56 +02:00
ha_myisam.h errmsg.txt translated 2000-11-28 18:11:18 +01:00
ha_myisammrg.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisammrg.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
handler.cc Fixed that LPAD() and RPAD() cuts arguments 2000-12-15 10:58:17 +02:00
handler.h Added innobase handler files + other updates for innobase 2000-12-06 01:54:17 +02:00
hash_filo.cc Import changeset 2000-07-31 21:29:14 +02:00
hash_filo.h Import changeset 2000-07-31 21:29:14 +02:00
hostname.cc Fixed delete in tables with hidden primary key 2000-12-12 04:34:56 +02:00
init.cc Import changeset 2000-07-31 21:29:14 +02:00
item.cc FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
item.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
item_buff.cc Import changeset 2000-07-31 21:29:14 +02:00
item_cmpfunc.cc Fixed benchmarks and compare of NULL with <> 2000-10-17 23:57:26 +03:00
item_cmpfunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_create.cc Bug fixes, TRUNCATE, safer passwords on command line and connect timeout 2000-11-13 23:55:10 +02:00
item_create.h Bug fixes, TRUNCATE, safer passwords on command line and connect timeout 2000-11-13 23:55:10 +02:00
item_func.cc item_func.cc bug with several fulltext indexes fixed 2000-11-29 13:21:02 +01:00
item_func.h fixed bug with FULLTEXT and ORDER BY 2000-11-04 15:48:06 +01:00
item_strfunc.cc Fixed that LPAD() and RPAD() cuts arguments 2000-12-15 10:58:17 +02:00
item_strfunc.h sql/item_strfunc.cc 2000-11-06 19:39:13 -07:00
item_sum.cc RENAME TABLE table_name TO new_table_name ; Faster Alloc 2000-08-21 03:00:52 +03:00
item_sum.h Import changeset 2000-07-31 21:29:14 +02:00
item_timefunc.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
item_timefunc.h Import changeset 2000-07-31 21:29:14 +02: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 Added bdb_lock_max and fixed bug in BDB tables when using key parts 2000-10-25 01:50:46 +03:00
lex.h merge 2000-11-16 00:24:11 +02:00
lex_symbol.h Import changeset 2000-07-31 21:29:14 +02:00
lock.cc Bug fixes, TRUNCATE, safer passwords on command line and connect timeout 2000-11-13 23:55:10 +02:00
log.cc Fixed delete in tables with hidden primary key 2000-12-12 04:34:56 +02:00
log_event.cc fixed bug in load data infile replication 2000-12-08 07:11:22 -07:00
log_event.h Fixed delete in tables with hidden primary key 2000-12-12 04:34:56 +02:00
Makefile.am Added innobase handler files 2000-12-05 19:42:02 +02:00
matherr.c Import changeset 2000-07-31 21:29:14 +02:00
md5.c Import changeset 2000-07-31 21:29:14 +02: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 fixed up leaks found by --exit-info=256 2000-12-09 14:28:51 -07:00
mini_client.h sql/item_strfunc.cc 2000-11-06 19:39:13 -07:00
my_lock.c New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
mysql_priv.h I hope I've fixed all the bugs by now, let's test it 2000-12-11 12:06:34 -07:00
mysqlbinlog.cc Fixed bug in 'drop table' 2000-11-29 05:09:28 +02:00
mysqld.cc Fixed that LPAD() and RPAD() cuts arguments 2000-12-15 10:58:17 +02:00
net_pkg.cc All statements are now run in a sub transaction 2000-11-24 01:51:18 +02:00
net_serv.cc New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
nt_servc.cc Import changeset 2000-07-31 21:29:14 +02:00
nt_servc.h Import changeset 2000-07-31 21:29:14 +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 Removed init that crashed BDB 2000-12-11 02:31:09 +02:00
opt_range.h errmsg.txt translated 2000-11-28 18:11:18 +01:00
opt_sum.cc Import changeset 2000-07-31 21:29:14 +02:00
password.c Import changeset 2000-07-31 21:29:14 +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 Import changeset 2000-07-31 21:29:14 +02:00
slave.cc Fixed delete in tables with hidden primary key 2000-12-12 04:34:56 +02:00
slave.h fixed up leaks found by --exit-info=256 2000-12-09 14:28:51 -07:00
sql_acl.cc DISTINCT optimization 2000-10-06 21:15:03 +03:00
sql_acl.h Import changeset 2000-07-31 21:29:14 +02:00
sql_analyse.cc Fix for snprintf 2000-08-22 00:55:45 +03:00
sql_analyse.h FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
sql_base.cc sql_base.cc merge+insert (v.3) 2000-12-08 13:53:24 +01:00
sql_cache.cc Portability fixes 2000-10-04 23:20:16 +03:00
sql_class.cc fixed up leaks found by --exit-info=256 2000-12-09 14:28:51 -07:00
sql_class.h Fixed delete in tables with hidden primary key 2000-12-12 04:34:56 +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 Only write full transactions to binary log 2000-12-07 14:08:48 +02:00
sql_delete.cc Lots of fixes for BDB tables 2000-12-08 17:04:57 +02:00
sql_insert.cc Lots of fixes for BDB tables 2000-12-08 17:04:57 +02:00
sql_lex.cc Portability fixes 2000-10-11 00:48:03 +03:00
sql_lex.h merge 2000-11-16 00:24:11 +02:00
sql_list.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_list.h Fixes for Ia64 2000-08-23 15:02:27 +03:00
sql_load.cc more cleanup of slave load data infile - trying to track down bug, 2000-12-07 21:51:29 -07: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 Import changeset 2000-07-31 21:29:14 +02:00
sql_parse.cc Fixed delete in tables with hidden primary key 2000-12-12 04:34:56 +02:00
sql_rename.cc Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
sql_repl.cc sql/sql_repl.cc 2000-12-11 13:09:01 -07:00
sql_repl.h sql/mysqld.cc 2000-12-08 12:50:57 -07:00
sql_select.cc Lots of fixes for BDB tables 2000-12-08 17:04:57 +02:00
sql_select.h Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and 2000-10-14 03:16:35 +03:00
sql_show.cc sql_show.cc FULLEXT comment in SHOW KEYS 2000-11-29 21:25:22 +01:00
sql_string.cc fixed warning in sql_class.cc 2000-11-20 23:38:08 -07:00
sql_string.h merge 2000-11-16 00:24:11 +02:00
sql_table.cc Bugfix when using a multi-part unique key in the SET and WHERE part 2000-12-10 21:10:03 +02:00
sql_test.cc Fix "dosen't" for someone who mailed us. :) 2000-08-16 04:17:40 -05:00
sql_udf.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
sql_udf.h Import changeset 2000-07-31 21:29:14 +02:00
sql_update.cc Removed init that crashed BDB 2000-12-11 02:31:09 +02:00
sql_yacc.yy Only write full transactions to binary log 2000-12-07 14:08:48 +02:00
structs.h Bug fix for NATURAL JOIN, Split manual sections and more statistic variables 2000-11-20 02:57:02 +02:00
table.cc Fixed compilation in another dir 2000-11-21 19:01:29 +02:00
table.h repl-tests/test-repl-ts/repl-timestamp.master.reject 2000-11-13 23:43:02 -07: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 changed to use IO_CACHE instead of FILE 2000-11-15 23:00:06 +02:00
udf_example.cc Import changeset 2000-07-31 21:29:14 +02:00
unireg.cc Fixes for bugs in the usage of IO_CACHE 2000-11-17 02:36:46 +02:00
unireg.h Fixed temp tables to work with replication. It will not work if you stop the slave 2000-11-25 23:29:01 -07:00
violite.c New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
watchdog_mysqld Import changeset 2000-07-31 21:29:14 +02:00