serg@sergbook.mysql.com
1d9d1221f0
do not execute \* commands inside identifiers
2003-04-23 22:46:47 +04:00
jani@hynda.(none)
8c8ebd5c14
Added --delimiter option to mysql
2003-04-23 03:29:03 +03:00
vva@eagle.mysql.r18.ru
4250b44dc9
fixed bug with locales in libedit
2003-04-06 20:14:36 -04:00
monty@narttu.mysql.fi
a7708c7904
Merge with 4.0
2003-04-03 21:19:12 +03:00
jani@hynda.(none)
75015595b1
Fixed a bug when printing error messages. stdout and stderr were
...
mixed wrongly sometimes.
2003-04-03 19:55:37 +03:00
bar@bar.mysql.r18.ru
0002beb7a4
my_strncasecmp() is not used anymore. Use my_strncoll() instead.
2003-04-01 14:17:28 +05:00
greg@mysql.com
080b73ee18
Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches
2003-03-28 14:24:32 -05:00
greg@mysql.com
67985efed5
Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC
2003-03-21 16:45:39 -05:00
jani@rhols221.adsl.netsonic.fi
3d090552da
Fixed a bug in comment handling.
2003-03-21 14:14:36 +02:00
monty@narttu.mysql.fi
b883a9c01c
Merge with 4.0.12
2003-03-19 22:25:44 +02:00
jani@hynda.(none)
5eddd40bc9
Fixed a bug in --one-database.
2003-03-17 15:50:56 +02:00
root@home.(none)
1daed63ed8
mysqltest.c, mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:
...
system_charset_info was removed
2003-03-16 11:20:45 +04:00
root@home.(none)
f71a7e4b05
set_default_charset() is not used anymore
...
Some system_charset_info were removed
2003-03-16 10:56:14 +04:00
Sinisa@sinisa.nasamreza.org
eebc00a531
A fix for mysql client program when use
or connect
were used
...
without arguments ...
2003-03-12 21:43:40 +02:00
papa@gbichot.local
b9d94d2b6f
Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client.
...
Disabling can be safer when the server silently dies & restarts.
This is for SCRUM task #727 .
2003-03-01 23:34:34 +01:00
Sinisa@sinisa.nasamreza.org
8439a4949f
merge fix
2003-02-22 17:14:50 +02:00
monty@mashka.mysql.fi
90bf074438
Merge with 4.0.11 tree to get latest bug fixes
2003-02-17 05:43:37 +02:00
monty@mashka.mysql.fi
6051b2f998
Fixed multi-table-delete for InnoDB tables
...
Novell patches
2003-02-17 02:14:37 +02:00
Sinisa@sinisa.nasamreza.org
c75fa953e3
merge
2003-02-13 15:16:00 +02:00
monty@mashka.mysql.fi
e327393e9d
Fixed a lot of wrong memory references as reported by valgrind
...
Portability fixes
Added new client function: mysql_get_server_version()
New server help code (From Victor Vagin)
Fixed wrong usage of binary()
Disabled RTREE usage for now.
2003-02-12 21:55:37 +02:00
monty@mashka.mysql.fi
60556efaca
Update lengths for fields in MYSQL_FIELD
2003-02-08 01:00:35 +02:00
Sinisa@sinisa.nasamreza.org
e787b028d5
a fix for mysql client
2003-02-06 16:03:13 +02:00
monty@mashka.mysql.fi
023d6dd39b
Merge with 4.0.11
2003-02-04 21:52:14 +02:00
monty@mashka.mysql.fi
a9ee051a4d
Fixed core dump bug in 'mysql' when using \p in prompt on Windows.
...
Fixed error when mysql_unix_port pointed to const string (not uncommon on windows)
2003-02-02 05:13:09 +02:00
monty@mashka.mysql.fi
689578a099
Fixes for Netware
...
Call pthread_mutex_destroy() on not used mutex.
Changed comments in .h and .c files from // -> /* */
Added detection of mutex on which one didn't call pthread_mutex_destroy()
Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
Added optimisation for ORDER BY NULL
2003-01-28 08:38:28 +02:00
monty@mashka.mysql.fi
7436e9ec97
Merge
2003-01-21 21:28:51 +02:00
monty@mashka.mysql.fi
25c393a12e
Portability fixes (for windows)
...
Some changes to the prepared statement protocol to make it easier to use and faster.
2003-01-21 21:07:59 +02:00
hf@deer.mysql.r18.ru
389680e04e
Conflicts resolving
2003-01-20 18:59:45 +04:00
monty@mashka.mysql.fi
529e4a76c5
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-01-18 19:31:37 +02:00
vva@eagle.mysql.r18.ru
69b722d7d9
changes for readline/libedit configuration
2003-01-18 20:28:48 +04:00
monty@mashka.mysql.fi
8acc22296c
Change client_flag to unsigned long (16 -> 32 bits) to handle more options.
...
Don't use new password format if mysql.user has old format
tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty
Portability fixes for Windows
2003-01-18 16:39:21 +02:00
hf@deer.mysql.r18.ru
96089e2b3a
resolving conflicts
2003-01-15 13:15:35 +04:00
monty@mashka.mysql.fi
1f6ecc0cd3
Changed mysql-test to print warnings for not existing table to DROP TABLE
...
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print()
2003-01-06 01:48:59 +02:00
miguel@hegel.br
f50abc4467
Fix warnings and error VC++ compiler
2003-01-04 01:19:17 -02:00
jani@dsl-kpogw4gb5.dial.inet.fi
ee8fa226e5
Changed get_arg() so that it can be used to fetch more than
...
just one argument from command line.
Fixed a bug in interactive 'connect' command, which earlier
couldn't take quoted arguments.
How-to-repeat:
mysql> connect `stupid db` localhost
2002-12-25 23:57:01 +02:00
jani@dsl-kpogw4gb5.dial.inet.fi
a684fa70ed
mysql multiline comment, by Sergey Gluhov.
2002-12-24 00:53:07 +02:00
hf@deer.mysql.r18.ru
e3b3b68307
Big purge about embedded library (scrum)
2002-12-16 17:33:29 +04:00
jani@rhols221.adsl.netsonic.fi
8f75c90df1
Fixed a bug in mysql 'use' command. 'use' can now take quoted arguments.
2002-12-11 16:03:50 +02:00
serg@serg.mysql.com
eb49d011e6
mysql.cc has to support older readline to compile on FreeBSD :((
2002-11-26 14:03:25 +01:00
vva@genie.(none)
5aabbf55a9
upgrade readline to version 4.3
2002-11-19 18:26:53 +04:00
wax@mysql.com
e91d1b2cbe
Add shared memory protocol and option --protocol
2002-11-15 00:16:30 +05:00
bar@bar.mysql.r18.ru
95ffd436a6
Fixes for fault about String::copy()
2002-11-10 14:05:17 +04:00
vva@genie.(none)
9adf688be6
add help command on server side
2002-10-28 17:44:19 +04:00
monty@hundin.mysql.fi
fbf6ab4465
merge with 4.0.5
2002-10-16 19:30:24 +03:00
jani@rhols221.adsl.netsonic.fi
4143937723
Fixed some bugs in mysql, mysqladmin and mysqld.
2002-10-15 23:34:55 +03:00
monty@hundin.mysql.fi
a975cecf42
Merge
2002-10-14 17:50:44 +03:00
serg@serg.mysql.com
fcb8bc061d
merged
2002-10-14 11:36:48 +00:00
monty@narttu.mysql.fi
3c7f6a9835
merge
2002-10-14 12:07:16 +03:00
bar@bar.mysql.r18.ru
50c391538a
my_sortcmp -> my_strnncoll
2002-10-09 16:33:35 +05:00
monty@narttu.mysql.fi
da2abaf887
Portability fixes to be able to compile MySQL with VC++
2002-10-08 22:28:24 +03:00
jani@rhols221.adsl.netsonic.fi
d4fc18bf5f
Small fixes in mysql and myisampack
2002-10-04 17:18:41 +03:00
monty@mashka.mysql.fi
0f39457613
Merge with 4.0.4
2002-10-02 17:55:12 +03:00
monty@mashka.mysql.fi
d69250a969
Fixes and code cleanups after merge with 4.0.3
...
Warning handling and initial prepared statement handling (last not complete yet)
Changed a lot of functions that returned 0/1 to my_bool type.
GRANT handling now uses read/write locks instead of mutex
Change basic net functions to use THD instead of NET
(needed for 4.1 protocol)
Use my_sprintf instead of sprintf() + strlen()
Added alloc_query() to be able to chare query initialization code with
prepared statements.
Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
Note that the following test fails (will be fixed ASAP):
sub_select, union, rpl_rotate_logs and rpl_mystery22
2002-10-02 13:33:08 +03:00
jani@hynda.(none)
bed08a376d
Fixed a bug in mysql client.
2002-09-30 20:35:21 +03:00
monty@mashka.mysql.fi
6aef4237d7
Fixed bug in previous patch when using a libc with static nss
2002-09-22 10:35:15 +03:00
monty@mashka.mysql.fi
cb8580a2cd
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
...
This should fix some issues where --lower-case-table-names doesn't work properly under windows.
2002-09-20 14:05:18 +03:00
monty@mashka.mysql.fi
7f55d92637
fixed so that --ssl and --skip-ssl works with the MySQL clients.
...
Fixed core dump bug when sending wrong string to AES_DECRYPT()
2002-09-17 23:46:53 +03:00
monty@mashka.mysql.fi
a01a0840dc
Some trivial optimzations
...
Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL
Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables.
Better fix for ALTER TABLE on BDB tables.
2002-09-03 15:44:25 +03:00
monty@narttu.mysql.fi
7134ffec21
Merge with 4.0.3
...
Some simple optimzations, more comments and indentation changes.
Add ` around database in 'use database' in binary log.
Moved max_error_count and max_warning_count to variables struct.
Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls.
Changed string functions to use character set of first string argument as default return characterset
(Each string function can change the above assumption if needed)
2002-08-30 12:40:40 +03:00
jani@rhols221.adsl.netsonic.fi
c7d7d8abe3
* Fixed a bug in my_getopt
...
* Fixed some spelling/language errors in mysqlcheck
* Added some more information in mysql -client internal help.
2002-08-28 13:14:11 +03:00
Sinisa@sinisa.nasamreza.org
926c6cb3fa
A small bug fix for the tee command ...
2002-08-27 16:01:25 +03:00
monty@mashka.mysql.fi
d49bf802ec
Removed wrong mutex lock (hangup in kill on HPUX)
...
all free_defaults() on exit in mysql.cc; Should fix problem with SSL
2002-08-24 02:08:10 +03:00
monty@hundin.mysql.fi
ac6e640c4d
Fix for SSL and new my_getopt
...
Fix for syntax error bug in SET TRANSACTION ISOLATION
2002-08-09 16:47:16 +03:00
jani@rhols221.adsl.netsonic.fi
5434e99e5d
Fixed a bug in mysql when running in non-interactive mode (batch)
2002-08-06 22:51:43 +03:00
jani@hynda.(none)
9bc030f68a
Small fixes in mysql and myisamchk.
2002-08-05 17:08:27 +03:00
monty@mashka.mysql.fi
4233d3a3d4
merge
2002-07-23 20:39:36 +03:00
monty@mashka.mysql.fi
dddc20d9d1
New SET syntax & system variables.
...
Made a some new buffers thread specific and changeable.
Resize of key_buffer.
AUTO_COMMIT -> AUTOCOMMIT
Fixed mutex bug in DROP DATABASE
Fixed bug when using auto_increment as second part of a key where first part could include NULL.
Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
Don't write message to error log when slave reconnects becasue of timeout.
Fixed possible update problem when using DELETE/UPDATE on small tables
(In some cases we used index even if table scanning would be better)
A lot of minior code cleanups
2002-07-23 18:31:22 +03:00
jani@rhols221.adsl.netsonic.fi
605d8de364
Fixed a bug in pager in mysql client
2002-07-16 17:19:10 +03:00
monty@hundin.mysql.fi
f87efa928b
Update for running gcc 3.x (mainly on HPUX)
...
Portability fixes for HPUX
Rename of CHECK_LOCK to IS_FREE_LOCK
Apply lower_case_table_names also to databases
Cleanup of describe code
Don't allow \ in database names
2002-06-30 18:57:21 +03:00
monty@hundin.mysql.fi
6ccf4e50a2
Fixes for compiling distribution with MIT-threads
2002-06-20 23:26:39 +03:00
monty@mashka.mysql.fi
0e759036cc
Added missing include file to sql_acl.cc (bug in last changeset)
2002-06-12 17:35:04 +03:00
monty@mashka.mysql.fi
2aecdd1a91
Big code cleanup/review before 4.0.2 release.
...
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
2002-06-11 11:20:31 +03:00
monty@hundin.mysql.fi
f0b28da6f9
merge with 4.0
2002-06-03 12:59:31 +03:00
jani@dsl-jkl1657.dial.inet.fi
edc6dc48eb
Fixed some spelling errors.
2002-06-01 11:46:06 +03:00
jani@dsl-jkl1657.dial.inet.fi
673f67f6d1
Fixed a bug in mysql client.
2002-05-31 15:43:21 +03:00
jani@dsl-jkl1657.dial.inet.fi
f587e98506
Fixed a bug in mysql client.
2002-05-31 12:34:47 +03:00
jani@hynda.(none)
c961494444
Added useful exit error code for programs using my_getopt in case
...
of an error in option handling. This can sometimes be useful in
scripts.
Changed some exit code names and corresponding numbers.
Fixed a bug in mysqld.cc, in replication related options.
Added a global flag in my_getopt, which can be set by any program
that is using my_getopt, which tells whether the client should
print the error message itself, or whether my_getopt should do it.
The default is that my_getopt will print the error messages.
2002-05-29 15:07:30 +03:00
Sinisa@sinisa.nasamreza.org
0ba01513a5
small fix for a bug introduced when someone made a new getopt scheme
...
in clients ...
2002-05-28 14:47:51 +03:00
jani@rhols221.arenanet.fi
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
jani@hynda.(none)
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
monty@hundin.mysql.fi
c4a2d3d5d6
Portability fixes
...
Fixed problem with --password in mysql
2002-05-22 21:07:23 +03:00
jani@rhols221.adsl.netsonic.fi
d99be9ab43
Changed GET_STRALC to GET_STR_ALLOC
2002-05-15 20:24:00 +03:00
jani@rhols221.adsl.netsonic.fi
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
jani@dsl-jkl1657.dial.inet.fi
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
monty@hundin.mysql.fi
1f5f3612f3
Fixed syntax error in mysql.cc
2002-04-24 15:23:32 +03:00
monty@hundin.mysql.fi
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
monty@tik.mysql.fi
ae7f6435ca
Merge hundin:/my/mysql-4.0 into tik.mysql.fi:/home/my/mysql-4.0
2002-04-22 23:42:28 +03:00
monty@tik.mysql.fi
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
jani@rhols221.adsl.netsonic.fi
430e9cab9f
Bug fixes in mysql.cc and myisamchk.c
2002-04-18 13:53:28 +03:00
jani@rhols221.adsl.netsonic.fi
9ec99388be
Fixed a bug in mysql.cc
2002-04-16 11:39:03 +03:00
monty@hundin.mysql.fi
b5a145d872
merge
2002-04-13 15:34:39 +03:00
monty@tik.mysql.fi
9088383e0f
merge
2002-04-12 21:53:41 +03:00
monty@tik.mysql.fi
e857f561fd
Fix for INET_NTOA(N) when N >= 2^32
2002-04-06 18:47:54 +03:00
jani@hynda.mysql.fi
70a258757c
Merge and two bug fixes in my_getopt.c
2002-04-03 15:44:20 +03:00
jani@hynda.mysql.fi
22a35da68c
merge
2002-04-03 13:36:01 +03:00
jani@hynda.mysql.fi
c143f01dd1
Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,
...
mysqlcheck and myisamchk to use new my_getopt struct.
2002-04-02 20:29:53 +03:00
monty@hundin.mysql.fi
6e247490dc
Merge
2002-04-02 19:46:26 +03:00
monty@hundin.mysql.fi
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
monty@hundin.mysql.fi
dfd7f455e4
Fixed help typos in mysql.cc
2002-04-02 17:42:01 +03:00
Sinisa@sinisa.nasamreza.org
fe79f79548
fix for a coredump
2002-03-30 17:57:02 +02:00
Sinisa@sinisa.nasamreza.org
ee737d2fc2
solves coredump
2002-03-30 17:50:20 +02:00
monty@hundin.mysql.fi
2faee46284
merge (remove conflicting zip files)
2002-03-27 06:44:23 +02:00
monty@hundin.mysql.fi
727e507bca
merge with 3.23.50
2002-03-27 01:56:10 +02:00
monty@hundin.mysql.fi
70099b2143
Fix for load data infile when no active database
...
Fix for Solaris and gethostbyname_r
2002-03-22 01:03:34 +02:00
jcole@mugatu.spaceapes.com
1fde1da1a6
Added --prompt and `prompt'' command, add dynamic prompt support to
`mysql''.
2002-03-20 18:07:57 -06:00
jani@hynda.mysql.fi
ab1b6244d7
Fixed a bug in mysql.cc
2002-03-20 20:57:46 +02:00
monty@hundin.mysql.fi
288f81ce07
Fix max buffer length
2002-03-15 22:01:45 +02:00
jcole@mugatu.spaceapes.com
acc123282e
Cleaned up mysql.cc a bit.
2002-03-15 04:16:27 -06:00
bar@gw.udmsearch.izhnet.ru
f8a5452877
use String->charset instead of default_charset_info
2002-03-14 20:52:48 +04:00
monty@hundin.mysql.fi
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
bar@gw.udmsearch.izhnet.ru
b37ce8e769
New ctype functions/macros to support many charsets at a time
2002-03-12 21:37:58 +04:00
monty@hundin.mysql.fi
e6b9734e0a
merge
2002-03-12 12:21:51 +02:00
monty@hundin.mysql.fi
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
jcole@mugatu.spaceapes.com
3024c35be7
Added --no-beep option to mysql.
2002-03-11 14:35:59 -06:00
monty@hundin.mysql.fi
e9ba8d58fe
merge
2002-03-06 23:41:18 +02:00
monty@hundin.mysql.fi
fa38c84be7
merge
2002-03-06 19:53:31 +02:00
jani@hynda.mysql.fi
78dca2de82
Fixed too bugs in MySQL client 'mysql', interactive command 'tee'.
2002-02-15 02:34:48 +02:00
monty@hundin.mysql.fi
e070e9a01f
merge with 3.23.49
2002-02-14 18:58:24 +02:00
monty@tik.mysql.fi
1f9b1e1915
Made LOAD DATA LOCAL INFILE more secure
2002-02-13 21:53:26 +02:00
monty@hundin.mysql.fi
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
monty@hundin.mysql.fi
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
monty@hundin.mysql.fi
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
jani@hynda.mysql.fi
87430abb2d
Fixed a bug in mysql.cc
2001-12-14 17:43:18 +02:00
monty@hundin.mysql.fi
b658662ae4
Update copyright
...
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
2001-12-06 14:10:51 +02:00
monty@hundin.mysql.fi
30209c1d66
Portability fix.
...
Fixed linking problem with InnoDB.
2001-11-07 02:30:34 +02:00
jani@hynda.mysql.fi
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
jani@hynda.mysql.fi
a1a308d311
Fixed a bug in mysql.cc
2001-11-06 02:29:59 +02:00
tonu@volk.internalnet
24805fc748
SSL fixes.
2001-11-01 16:59:00 +02:00
mwagner@evoq.mwagner.org
d66a33c192
mysql.cc Testing commit trigger
2001-10-15 23:22:42 -05:00
monty@hundin.mysql.fi
88aff4bf85
Updated manual about embedded version.
...
Speed up column-completion in 'mysql'
Don't use ISAM if HAVE_ISAM is not defined
A lot of fixes for the embedded version. All libraries are now included in libmysqld.a
Changed arguments to convert_dirname() to make it more general.
Renamed files in the 'merge' directory to all use a common prefix.
Don't compile both assembler and C functions on x86
2001-10-08 04:58:07 +03:00
monty@work.mysql.com
193ae61fc0
merge
2001-10-02 21:33:47 +02:00
monty@hundin.mysql.fi
d28f23c14f
Fixed bug in INSERT DELAYED
...
Fixed some problems in SHOW CREATE TABLE
Fixed calculation of checksums in myisamchk
2001-10-02 21:08:08 +03:00
monty@hundin.mysql.fi
880026ccf6
Cleaned up SSL documentation
...
Fixes for embedded server
Made key_cache more configurable
Fixed that one can change key blocksize in MyISAM
A lot of optimizations to make MyISAM slightly faster
2001-10-02 05:53:00 +03:00
monty@hundin.mysql.fi
9f04e0e6d2
Portability fix
2001-09-30 18:35:08 +03:00
tonu@volk.internalnet
5658ff8237
SSL compiles and works as far as can see. Continue testing..
2001-09-30 10:46:20 +08:00
monty@hundin.mysql.fi
e390a99573
Added support of INSERT to MERGE tables
...
Fixes for embedded libary and openssl
2001-09-22 17:40:57 +03:00
monty@hundin.mysql.fi
295107457f
Fixed bug with SELECT * ... UNION
2001-09-17 15:40:03 +03:00
tim@black.box
7c65c72dc2
Merge
2001-09-16 22:10:50 -04:00
tim@black.box
e6e25a567b
Add some examples for using libmysqld, including a hack for running the
...
mysql test suite.
A few minor libmysqld fixes.
Add mysql_server_init() and _end() to mysql.cc and mysqltest.c, so they
can be linked against libmysqlclient or libmysqld.
2001-09-16 21:41:22 -04:00
monty@work.mysql.com
18474d8419
Merge with 3.23.42
2001-09-13 09:52:35 +02:00
monty@hundin.mysql.fi
7a19987805
OS2 patch
2001-09-12 23:53:31 +03:00
monty@work.mysql.com
447c18954e
merge with 3.23.42
2001-09-02 18:38:33 +02:00
tonu@x153.internalnet
102cabfe4a
Fixed compilation problems when HAVE_OPENSSL is not defined
2001-09-01 23:29:58 +08:00
tonu@x153.internalnet
921cae2c5c
SSL fixes
2001-09-01 05:18:01 +08:00
tonu@x153.internalnet
43b6138a45
OpenSSL changes
2001-08-27 03:34:52 +08:00
monty@hundin.mysql.fi
733f865f54
Fixes for OS2.
...
Fix bug in isamlog
Add argument types to function declarations.
2001-08-22 01:45:07 +03:00
monty@work.mysql.com
914bbdca50
merge
2001-05-20 12:38:19 +02:00
monty@donna.mysql.fi
2ba0846a60
Fixed bug when using MERGE on files > 4G
...
Fixed bug in SELECT db1.table.* FROM db1.table,db2.table
Fixed bug in INSERT DELAYED when doing shutdown and a table was locked
Changed that tmp_table_size =4G-1 means unlimited.
2001-05-17 00:46:50 +03:00
monty@donna.mysql.fi
9ee2a297c0
Fixes for embedded MySQL
...
Some limit optimization
2001-04-25 01:11:29 +03:00
monty@work.mysql.com
93de112238
Merge
2001-04-19 00:58:30 +02:00
monty@donna.mysql.fi
1afbe4feba
The environment variable PAGER is now used as the default pager
...
Fixed bug with float columns
2001-04-17 01:45:30 +03:00
sasha@mysql.sashanet.com
593e7ab4f3
Ugly merge of 3.23 changes into 4.0 - fix up needed
2001-04-11 19:09:00 -06:00
monty@work.mysql.com
8f62579c38
Added all changes from old 4.0 version:
...
PSTACK, libmysqld and MySQL filesystem
UPDATE ... ORDER BY
DELETE ... ORDER BY
New faster fulltext handling
Faster compressed keys
2001-04-11 13:04:03 +02:00
jani@hynda.mysql.fi
ce6d6063ba
Fixed a bug in pager, + added a feature to it.
2001-04-11 06:17:20 +03:00
monty@donna.mysql.fi
5985de2db5
Added new tests to benchmark suite
2001-03-11 21:20:15 +02:00
jcole@tetra.spaceapes.com
78daefc5b3
Cleanups...
2001-02-20 20:39:48 -06:00
monty@donna.mysql.com
9d120741d2
Portability fixes
...
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
2001-02-02 03:47:06 +02:00
monty@donna.mysql.com
efb0dad5a8
merge
2001-01-19 05:08:59 +02:00
monty@donna.mysql.com
038fe2fc5c
Added MYSQL_SERVER_SUFFIX to mysqld
...
Fixed bug in TRIM
changed strnmov -> strmake
2001-01-19 04:57:29 +02:00
sasha@mysql.sashanet.com
d0f4235a2e
rpl000016.test sync
...
rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result
ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list
slave.h MASTER_POS_WAIT
lex.h MASTER_POS_WAIT
slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in
slave.cc debug abort count
sql_repl.cc announce the log name at the start of the log with a fake rotate event
item_create.h MASTER_POS_WAIT
item_func.cc MASTER_POS_WAIT
item_func.h MASTER_POS_WAIT
sql_class.h enter_cond(), exit_cond() helper inliners
item_create.cc added MASTER_POS_WAIT
mysql-test-run.sh speed improvement fixes
rpl000007.test sync
rpl000003.test sleep -> sync
rpl000004.test sleep -> sync, fixed clean up bug
rpl000014.test sync
rpl000009.test sync
rpl000013.test sync
rpl000001.test sleep -> sync
rpl000008.test sync
rpl000006.test sync on cleanup
rpl000011.test sync
rpl000012.test sync
rpl000005.test sleep -> sync
rpl000010.test sync
rpl000015.test sync
rpl000002.test sleep -> sync
rpl000014.result we now know the master log name as soon as we connect
mysql.cc added optional agrument to --wait
mysqltest.c added save_master_pos and sync_with_master commands
2001-01-17 05:47:33 -07:00
monty@donna.mysql.com
9c80d5cb70
Patches for NetBSD/macppc
...
Fixed bug in LEFT JOIN
Added bdb_log_buffer_size
2001-01-12 13:52:32 +02:00
monty@donna.mysql.com
07b1f0dccd
Fixed --no-defaults in mysqltest
2000-12-29 16:06:10 +02:00
monty@donna.mysql.com
60677ffd2c
Cleanup of tests
...
Fixed bug with ALTER TABLE on HEAP tables
2000-12-28 19:25:41 +02:00
monty@donna.mysql.com
b590fa2567
New benchmark test
...
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
2000-12-24 15:19:00 +02:00
monty@donna.mysql.com
3666dab516
Added innobase handler files + other updates for innobase
2000-12-06 01:54:17 +02:00
monty@donna.mysql.com
74e7ffe987
New thr_alarm struct for better integration with OS2
...
Run bootstrap in separate thread
Fix bug in FLUSH TABLES table_name
2000-11-28 04:47:47 +02:00
monty@donna.mysql.com
dc5e32ea40
Added connect_timeout and fix for transactions per statement
2000-11-27 02:28:41 +02:00
monty@donna.mysql.com
e049538cb0
Split error message for crashed table to 3 different error messages.
...
Fixes for Windows
2000-11-22 03:45:02 +02:00
jani@prima.mysql.com
9e8564d5bf
Added documentation.
2000-11-20 21:22:02 +02:00
jani@prima.mysql.com
b355c2e993
Small change in mysql.cc
2000-11-20 19:56:13 +02:00
jani@prima.mysql.com
056fae6cfc
Bug fix to mysql.cc for windows version.
2000-11-20 19:50:41 +02:00
jani@prima.mysql.com
a01882588b
Added function tee_putc to mysql.cc.
2000-11-18 17:34:15 +02:00
jani@prima.mysql.com
0d621f31b9
Merge narttu:/my/bk/mysql into prima.mysql.com:/home/my/bk/mysql
2000-11-18 13:05:16 +02:00
monty@donna.mysql.com
e5dcd8bed3
Portability fixes
2000-11-18 02:15:06 +02:00
jani@prima.mysql.com
c5cf7f434b
Fixed bug in mysql client.
2000-11-17 21:36:47 +02:00
jani@prima.mysql.com
4db04e734e
New mysql client.
2000-11-17 14:33:29 +02:00
monty@tik.mysql.com
7a013339f8
Bug fixes, TRUNCATE, safer passwords on command line and connect timeout
2000-11-13 23:55:10 +02:00
monty@tramp.mysql.fi
9f7c4563f7
First part of automatic repair of MyISAM tables.
...
Error on full disk on repair.
SIGHUP signal handling.
Update with keys on timestamp
Portability fixes
2000-10-03 14:18:03 +03:00
monty@tramp.mysql.fi
e32799e4dd
RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,
...
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
2000-09-26 00:33:25 +03:00
monty@donna.mysql.com
50486eeb80
Fixes for MyISAM and packed keys + AIX
2000-09-22 01:46:26 +03:00
monty@donna.mysql.com
be5e4e72b6
Small bug fixes
2000-09-07 04:55:17 +03:00
jcole@tetra.spaceapes.com
e6b5cfa75a
Cleanups of manual.texi and mysql.cc.
2000-08-30 05:08:33 -05:00
monty@donna.mysql.com
306640e274
Updates for release
2000-08-29 19:38:32 +03:00
monty@donna.mysql.com
066d55c0c0
Bug fixes for 3.23.23
2000-08-29 12:31:01 +03:00
monty@donna.mysql.com
f0952ce3e1
FLUSH TABLE table_list
...
Fixes for RENAME TABLE
Portability fixes
2000-08-22 00:18:32 +03:00
jcole@jcole.burghcom.com
aaf6c72cc4
Aesthetic changes only.
2000-08-11 10:17:38 -05:00
bk@work.mysql.com
f4c589ff6c
Import changeset
2000-07-31 21:29:14 +02:00