greg@mysql.com[greg]
ea46c24279
rlyon-5.0.0-alpha.patch
2003-05-29 14:28:02 -04:00
pem@mysql.com
a8ba8521cd
Post-merge fix.
2003-04-29 12:31:03 +02:00
pem@mysql.com
35c82164f6
Merged 4.1 to 5.0.
2003-04-29 12:06:04 +02:00
jani@hynda.(none)
8c8ebd5c14
Added --delimiter option to mysql
2003-04-23 03:29:03 +03:00
pem@mysql.com
386b0b91b2
Merged 4.1 into 5.0.
2003-04-16 23:23:23 +02:00
vva@eagle.mysql.r18.ru
4250b44dc9
fixed bug with locales in libedit
2003-04-06 20:14:36 -04:00
pem@mysql.com
736e78251e
Merging 4.1 to 5.0.
2003-04-04 13:45:35 +02:00
monty@narttu.mysql.fi
a7708c7904
Merge with 4.0
2003-04-03 21:19:12 +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
pem@mysql.com
c77699ca93
Merged 4.1 into 5.0.
2003-03-27 12:09:11 +01: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
pem@mysql.com
4a171efd6f
Merged 4.1 -> 5.0.
2003-03-18 16:12:50 +01: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
pem@mysql.com
97dc6a528e
Merging 4.1 into 5.0
2003-02-18 15:05:35 +01: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
gluh@gluh.mysql.r18.ru
bdac148469
Make the CLI client (client/mysql.cc) work with multi-line SPs.
...
Make the mysqltest program (client/mysqltest.c) work with multi-line SPs.
2003-01-17 14:48:58 +04: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