mariadb/client
Magne Mahre 68b5c12d76 WL#5182 Remove more deprecated 4.1/5.0 features
WL#5154 was a task for formally deprecating and removing items that
were mentioned in the manual as having been deprecated since MySQL
4.1 or 5.0, but that had never been removed.

Since WL#5154 was created, examination of mysqld.cc, mysql.cc, and
mysqldump.c reveals additional deprecations not mentioned in the
manual. (In some cases, the items are simply not mentioned in the
5.1+ manuals.)

This is a follow-on task to deprecate and remove these additional
items.

The deprecation happened in MySQL 5.1, and the options/variables
are now removed from the code.



client/mysql.cc:
  --no-tee is now removed
client/mysqldump.c:
  --all is now removed
  -a now points to --create-options
sql/mysqld.cc:
  delay-key-write-for-all-tables is removed
  --enable-locking is removed
  --log-update is removed
  --skip-locking is removed
  --skip-symlink is removed
  --sql-bin-update-same is removed
  --warnings is removed
  --record-buffer is removed
2010-02-17 13:15:07 +01:00
..
client_priv.h WL#5182 Remove more deprecated 4.1/5.0 features 2010-02-17 13:15:07 +01:00
CMakeLists.txt Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
completion_hash.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
completion_hash.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am Manual merge from next-mr. 2010-01-12 20:07:09 +08:00
my_readline.h WL#5016: Fix header file include guards 2009-09-23 23:32:31 +02:00
mysql.cc WL#5182 Remove more deprecated 4.1/5.0 features 2010-02-17 13:15:07 +01:00
mysql_upgrade.c Manual merge from mysql-trunk-merge. 2009-12-16 21:02:21 +03:00
mysqladmin.cc WL#5154 Remove deprecated 4.1 features 2010-01-21 09:10:05 +01:00
mysqlbinlog.cc WL#5154 Remove deprecated 4.1 features 2010-02-17 10:18:17 +01:00
mysqlcheck.c Merge mysql-next-mr (revno 2936) --> mysql-next-mr-marc 2009-12-11 01:58:13 -07:00
mysqldump.c WL#5182 Remove more deprecated 4.1/5.0 features 2010-02-17 13:15:07 +01:00
mysqlimport.c Manual merge/pull from mysql-next-mr. 2009-11-25 18:03:05 +03:00
mysqlshow.c merging. 2009-11-17 15:27:40 +04:00
mysqlslap.c Manual merge/pull from mysql-next-mr. 2009-11-25 18:03:05 +03:00
mysqltest.cc Backporting revision from mysql-6.0-codebase-bugfixing. 2010-01-11 19:43:55 +03:00
readline.cc This is the downport of 2009-09-11 22:26:35 +02:00
sql_string.cc Backport of WL #2934: Make/find library for doing float/double 2009-12-22 19:23:13 +03:00
sql_string.h Bug #33544 UDF_INIT member decimals initialized wrong with 2009-11-11 21:19:41 +01:00