summaryrefslogtreecommitdiff
path: root/scripts/mysql_tableinfo.sh
Commit message (Collapse)AuthorAgeFilesLines
* mysql_tableinfo removed (replaced by information schema; put a warning in ↵unknown2005-05-121-494/+0
| | | | | | | | | | | | | | the 5.0 version of the script about removal in 5.1). Sad to say good bye to my contribution - this is hara-kiri, but that's for the sake of not confusing our users with a now useless script. BitKeeper/deleted/.del-mysql_tableinfo.sh~c715458838a2a818: Delete: scripts/mysql_tableinfo.sh scripts/Makefile.am: mysql_tableinfo removed support-files/mysql.spec.sh: mysql_tableinfo removed
* Informing of deprecation of mysql_tableinfo by INFORMATION_SCHEMA (andunknown2005-04-241-7/+25
| | | | | | | | I'm thinking of removing the script in 5.1). scripts/mysql_tableinfo.sh: Informing of deprecation of mysql_tableinfo by INFORMATION_SCHEMA
* Small fixes in mysql_tableinfo. It's only code tiny changes, does not modifyunknown2003-03-141-58/+56
| | | | | | | | | | | | | | the output of the script. scripts/mysql_tableinfo.sh: Small fixes in this program which I contributed some time ago. These fixes are waiting in Monty's mailbox since August, and there are tiny : * use array{'x'} instead of array{x} * use fetchrow_arrayref instead of fetchrow_array * try to hide the command-line options from 'ps' like mysqlhotcopy does * use 'map' instead of homegrown function * use $_ instead of $i when possible
* Removed mysql_ssl_clear() unknown2002-06-271-0/+478
Added statistics information for alarms (for bug tracking) Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me) Enlarged STACK_BUF_ALLOC becasue of failed crash-me test Aded new script mysql_tableinfo to make a system directory. Docs/manual.texi: Changelog and TODO include/mysql.h: Removed mysql_ssl_clear() (One should use mysql_close() instead) include/thr_alarm.h: Added info for alarms libmysql/libmysql.c: Made mysql_ssl_clear() static libmysql/libmysql.def: cleanup libmysqld/libmysqld.def: cleanup myisam/myisamchk.c: describe -> description myisam/myisampack.c: Fixed copyright. mysys/thr_alarm.c: Added statistics information for alarms (for bug tracking) scripts/Makefile.am: Added mysql_table_info sql-bench/crash-me.sh: Don't store "incomplete" in the xxx.cfg file if we are not using --restart. This was done becasue "incomplete" made it harder to quickly repeat a test that failed. sql-bench/limits/mysql.cfg: Update to 1.58 sql/hostname.cc: Remved compiler warning sql/item_func.cc: cleanup sql/item_func.h: Cleanup sql/mysql_priv.h: Enlarged STACK_BUF_ALLOC becasue of failed crash-me test sql/opt_range.cc: Removed purify warning sql/sql_parse.cc: cleanup sql/sql_test.cc: Added ala