1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-04 01:23:45 +03:00
Commit Graph

610 Commits

Author SHA1 Message Date
0ba01513a5 small fix for a bug introduced when someone made a new getopt scheme
in clients ...
2002-05-28 14:47:51 +03:00
16e3b892a6 Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash,
mysqlmanager from using GNU getopt to use my_getopt.

Changed some files that just included old getopt.h to include
my_getopt.h now.

Fixed a bug in my_print_help() in my_getopt.c.

Made better documentation for option -G in mysql client.
2002-05-24 14:06:58 +03:00
a5ec0a90ea moved my_getopt.h under client_priv.h
Changed my_print_defaults, mysql_install, perror, resolve_stack_dump,
resolveip and pack_isam to use my_getopt.
2002-05-22 23:54:24 +03:00
c4a2d3d5d6 Portability fixes
Fixed problem with --password in mysql
2002-05-22 21:07:23 +03:00
d99be9ab43 Changed GET_STRALC to GET_STR_ALLOC 2002-05-15 20:24:00 +03:00
9eda54d153 - 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.
2002-05-14 21:41:55 +03:00
4945fd4a05 - Fixed some option types in my_getopt struct in all clients.
- Added special option/variable prefix '--loose-' to my_getopt.c
2002-05-11 14:36:34 +03:00
1f5f3612f3 Fixed syntax error in mysql.cc 2002-04-24 15:23:32 +03:00
6c2593da7a Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-04-23 10:34:02 +03:00
ae7f6435ca Merge hundin:/my/mysql-4.0 into tik.mysql.fi:/home/my/mysql-4.0 2002-04-22 23:42:28 +03:00
e015f631fd Removed some old Makefiles to avoid name conflict on Mac OS X
Changed in client library character-set-dir -> character-sets-dir
2002-04-22 23:36:34 +03:00
430e9cab9f Bug fixes in mysql.cc and myisamchk.c 2002-04-18 13:53:28 +03:00
9ec99388be Fixed a bug in mysql.cc 2002-04-16 11:39:03 +03:00
b5a145d872 merge 2002-04-13 15:34:39 +03:00
9088383e0f merge 2002-04-12 21:53:41 +03:00
e857f561fd Fix for INET_NTOA(N) when N >= 2^32 2002-04-06 18:47:54 +03:00
70a258757c Merge and two bug fixes in my_getopt.c 2002-04-03 15:44:20 +03:00
22a35da68c merge 2002-04-03 13:36:01 +03:00
c143f01dd1 Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,
mysqlcheck and myisamchk to use new my_getopt struct.
2002-04-02 20:29:53 +03:00
6e247490dc Merge 2002-04-02 19:46:26 +03:00
d80ebc17d6 Cleanups
Don't use DBUG library for struct st_my_thread_var to make code less complicated.
2002-04-02 17:54:57 +03:00
dfd7f455e4 Fixed help typos in mysql.cc 2002-04-02 17:42:01 +03:00
fe79f79548 fix for a coredump 2002-03-30 17:57:02 +02:00
ee737d2fc2 solves coredump 2002-03-30 17:50:20 +02:00
2faee46284 merge (remove conflicting zip files) 2002-03-27 06:44:23 +02:00
727e507bca merge with 3.23.50 2002-03-27 01:56:10 +02:00
70099b2143 Fix for load data infile when no active database
Fix for Solaris and gethostbyname_r
2002-03-22 01:03:34 +02:00
1fde1da1a6 Added --prompt and `prompt'' command, add dynamic prompt support to `mysql''. 2002-03-20 18:07:57 -06:00
ab1b6244d7 Fixed a bug in mysql.cc 2002-03-20 20:57:46 +02:00
288f81ce07 Fix max buffer length 2002-03-15 22:01:45 +02:00
acc123282e Cleaned up mysql.cc a bit. 2002-03-15 04:16:27 -06:00
f8a5452877 use String->charset instead of default_charset_info 2002-03-14 20:52:48 +04:00
dcbe24157a Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-03-13 01:03:34 +02:00
b37ce8e769 New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
e6b9734e0a merge 2002-03-12 12:21:51 +02:00
a01775c5eb Added help for --local-infile
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
Allow SET PASSWORD for anonymous user
2002-03-12 11:38:22 +02:00
3024c35be7 Added --no-beep option to mysql. 2002-03-11 14:35:59 -06:00
e9ba8d58fe merge 2002-03-06 23:41:18 +02:00
fa38c84be7 merge 2002-03-06 19:53:31 +02:00
78dca2de82 Fixed too bugs in MySQL client 'mysql', interactive command 'tee'. 2002-02-15 02:34:48 +02:00
e070e9a01f merge with 3.23.49 2002-02-14 18:58:24 +02:00
1f9b1e1915 Made LOAD DATA LOCAL INFILE more secure 2002-02-13 21:53:26 +02:00
4609e627a5 Increase max package length to 512M for mysql and mysqldump.
Faster 'read_first_row' (Fixes slow 'preparing' state)
Read constant tables earlier, which provides better optimzations when using tables with <=1 row.
This also fixes a complicated bug involving const tables.
2002-01-23 02:52:26 +02:00
4b877e0088 Added macros for nice TIMESPEC usage.
Fixes for building MySQL with gcc 3.0
Added SIGNED / UNSIGNED casts
Fixed core dump bug in net_clear() with libmysqld.
Back to using semaphores in query cache.
Added 'Null' and 'Index_type' to SHOW INDEX.
2002-01-02 21:29:41 +02:00
55a2ab6e7e Cleanup of alarm macros.
Fixed data corruption bug in query cache.
Made queries be dependent of the database in use.
2001-12-21 07:00:58 +02:00
87430abb2d Fixed a bug in mysql.cc 2001-12-14 17:43:18 +02:00
b658662ae4 Update copyright
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
2001-12-06 14:10:51 +02:00
30209c1d66 Portability fix.
Fixed linking problem with InnoDB.
2001-11-07 02:30:34 +02:00
20e01ba399 Added internal command \! to mysql client which can be used
to execute system commands within the client in UNIX.
2001-11-06 23:00:03 +02:00
a1a308d311 Fixed a bug in mysql.cc 2001-11-06 02:29:59 +02:00