mariadb/include
unknown 21c1e5be44 - Added new type GET_STRALC to my_getopt.
- Fixed some bugs, wrongly freed pointers, in some clients.
- Removed unneccessary code.
- Fixed some other minor bugs and added some options into
  variables category, which had accidently been left out earlier.


client/mysql.cc:
  Fixed some wrong freed pointers. Removed unneccessary code.
  Changed some types from GET_STR to GET_STRALC.
client/mysqladmin.c:
  Fixed some wrong freed pointers. Removed unneccessary code.
  Changed some types from GET_STR to GET_STRALC.
client/mysqlcheck.c:
  Fixed some wrong freed pointers. Removed unneccessary code.
  Changed some types from GET_STR to GET_STRALC.
client/mysqldump.c:
  Fixed some wrong freed pointers. Removed unneccessary code.
  Changed some types from GET_STR to GET_STRALC.
client/mysqlimport.c:
  Removed unneccessary code.
  Fixed a bug in option --ignore-lines
client/mysqlshow.c:
  Removed unneccessary code.
include/my_getopt.h:
  Added new type, GET_STRALC. The name stands for GET STRING ALLOC,
  which means that the struct member value and u_max_value are
  strings that must be alloced and freed when used.
  The normal GET_STR works similarly otherwise, except that it's
  arguments are just pointers to strings, not alloced ones.
mysys/my_getopt.c:
  Added support for GET_STRALC
2002-05-14 21:41:55 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
.my_sys.h.swp fixed --skip-slave-thread bug 2000-10-26 22:11:55 -06:00
config-os2.h OS2 patch 2001-09-12 23:53:31 +03:00
config-win.h support for unsigned FLOAT/DOUBLE 2002-03-27 00:50:54 +02:00
dbug.h Update copyright 2001-12-06 14:10:51 +02:00
errmsg.h Update copyright 2001-12-06 14:10:51 +02:00
ft_global.h Update copyright 2001-12-06 14:10:51 +02:00
getopt.h Update copyright 2001-12-06 14:10:51 +02:00
hash.h merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing. 2002-03-01 19:36:46 -07:00
heap.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
m_ctype.h Modifications to MySQL source in order to make it compile on QnX. 2002-03-13 01:28:13 +02:00
m_string.h Fix after merge 2001-12-17 23:24:51 +02:00
Makefile.am Reworked the RPM spec file and added several fixes to make the 2002-05-03 12:31:25 +02:00
md5.h Update copyright 2001-12-06 14:10:51 +02:00
merge.h Update copyright 2001-12-06 14:10:51 +02:00
my_alarm.h Update copyright 2001-12-06 14:10:51 +02:00
my_alloc.h allocated bigger blocks if it needed 2002-04-13 12:08:12 +03:00
my_base.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
my_bitmap.h Merge with 3.23.47 2001-12-15 05:12:21 +02:00
my_dir.h Update copyright 2001-12-06 14:10:51 +02:00
my_getopt.h - Added new type GET_STRALC to my_getopt. 2002-05-14 21:41:55 +03:00
my_global.h query cache code can be excluded from server 2002-04-15 16:00:05 +03:00
my_list.h Update copyright 2001-12-06 14:10:51 +02:00
my_net.h Update copyright 2001-12-06 14:10:51 +02:00
my_no_pthread.h Update copyright 2001-12-06 14:10:51 +02:00
my_nosys.h Update copyright 2001-12-06 14:10:51 +02:00
my_pthread.h merge 2002-04-25 01:16:42 +03:00
my_semaphore.h Removed compiler warnings. 2001-12-10 00:08:24 +02:00
my_sys.h init_dynamic_array MyODBC compatibility fix 2002-04-28 21:22:37 +00:00
my_tree.h Update copyright 2001-12-06 14:10:51 +02:00
myisam.h REPAIR ... USE_FRM 2002-03-22 12:40:29 +00:00
myisammrg.h Update copyright 2001-12-06 14:10:51 +02:00
myisampack.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.h my_alloc.h included in installation 2002-04-20 00:00:29 +03:00
mysql_com.h Fix for HAVE_QUERY_CACHE 2002-04-02 19:10:55 +03:00
mysql_embed.h Update copyright 2001-12-06 14:10:51 +02:00
mysql_version.h.in Changes for --with-server-suffix 2001-01-21 16:30:16 +02:00
mysqld_error.h New error messages 2002-01-29 18:32:16 +02:00
mysys_err.h Update copyright 2001-12-06 14:10:51 +02:00
nisam.h Update copyright 2001-12-06 14:10:51 +02:00
queues.h Update copyright 2001-12-06 14:10:51 +02:00
raid.h Fixed access privilege bug in query cache. 2001-12-22 15:13:31 +02:00
sslopt-case.h Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport, 2002-04-02 20:29:53 +03:00
sslopt-longopts.h Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport, 2002-04-02 20:29:53 +03:00
sslopt-usage.h Update copyright 2001-12-06 14:10:51 +02:00
sslopt-vars.h Update copyright 2001-12-06 14:10:51 +02:00
t_ctype.h Update copyright 2001-12-06 14:10:51 +02:00
thr_alarm.h Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
thr_lock.h Update copyright 2001-12-06 14:10:51 +02:00
violite.h Update copyright 2001-12-06 14:10:51 +02:00