1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/scripts
unknown 251a616f31 Small fixes in mysql_tableinfo. It's only code tiny changes, does not modify
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
2003-03-14 16:07:15 +01:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
Fix
2002-08-14 13:05:38 +05:00
2000-09-14 15:10:06 +03:00
2003-01-16 20:47:46 +02:00
2000-09-14 15:10:06 +03:00
2000-09-14 15:10:06 +03:00
2003-03-13 13:44:03 +01:00