monty@narttu.mysql.fi
381492093e
Fixed problem with mysql prompt when server disconnect. (Bug 356)
...
Fixed problem with localtime -> gmt where some times resulted in
different (but correct) timestamps. Now MySQL should use the smallest
possible timestamp value in this case. (Bug 316)
2003-05-27 16:40:14 +03:00
monty@mashka.mysql.fi
5d5d5b08ac
Merge to get security patch
2003-05-08 00:12:46 +03:00
serg@serg.mylan
30ae0cdcc7
Merge bk-internal:/home/bk/mysql-3.23/
...
into serg.mylan:/usr/home/serg/Abk/mysql
2003-04-28 20:09:38 +02:00
serg@sergbook.mysql.com
294cc19667
Merge bk-internal:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-04-24 01:44:26 +04:00
serg@sergbook.mysql.com
1d9d1221f0
do not execute \* commands inside identifiers
2003-04-23 22:46:47 +04:00
gluh@gluh.mysql.r18.ru
e6fe7d1bed
Task 761:'mysqlbinlog should not die when reading
...
unknown event'
2003-04-23 18:00:07 +05:00
jani@hynda.(none)
cbd11df297
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into hynda.(none):/home/my/bk/mysql-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
monty@narttu.mysql.fi
618857b6eb
Merge with 3.23 to get fixes for:
...
mysqldump --delete-master-logs
Portability fix for hammer
Memory overrun for MyISAM
LOAD DATA LOCAL replication bug fix.
2003-04-03 12:33:13 +03: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
guilhem@mysql.com
45e3de8f32
Do not silently do RESET MASTER when one does 'mysqldump --master-data' ;
...
only do it if the user specifies --delete-master-logs (new option).
Safer + fixes bug #159 .
2003-03-19 15:16:51 +01:00
lenz@mysql.com
04071da35a
- renamed "rnd" to "my_rnd" as the name was too generic (and is an exported
...
symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch)
- cleanup: removed client/password.c (not used at all) and
libmysql/password.c (should rather be a symlink to sql/password.c instead)
- applied HPUX11 portability fix for char_val declaration to sql/password.c
(taken from libmysql/password.c)
2003-03-18 22:14:02 +01:00
serg@serg.mysql.com
018a9b7058
crash fix
2003-03-17 19:39:01 +01:00
jani@hynda.(none)
5eddd40bc9
Fixed a bug in --one-database.
2003-03-17 15:50:56 +02:00
lenz@mysql.com
efbb9d45c1
- fixed C++-style comments to make IBM C compiler happy
2003-03-15 18:42:55 +01:00
gluh@gluh.mysql.r18.ru
6253889109
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.last
2003-03-11 13:52:19 +04:00
gluh@gluh.mysql.r18.ru
00314bfd88
Openssl test
2003-03-11 13:41:53 +04:00
monty@mashka.mysql.fi
d56e2acf50
Merge to get fix for LOCK TABLES + DROP TABLE in another thread
2003-03-07 01:20:56 +02:00
Sinisa@sinisa.nasamreza.org
9034ed296b
A better, but larger fix for server_id bug ..
2003-03-05 15:34:58 +02:00
monty@narttu.mysql.fi
28b6e0269a
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
2003-03-04 12:32:28 +02:00
monty@narttu.mysql.fi
2a7dfa172c
Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped
2003-03-04 12:22:35 +02:00
guilhem@mysql.com
6b4f438ddb
Replication: small bug fixes in mysql-test-run.sh and in replication code (more reinitializations)
...
+ fix for #70
+ test result fix for LOAD DATA LOCAL bug #82
2003-03-03 14:57:02 +01:00
serg@serg.mysql.com
cc2dda24b6
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-02-18 20:35:57 +01:00
monty@mashka.mysql.fi
6051b2f998
Fixed multi-table-delete for InnoDB tables
...
Novell patches
2003-02-17 02:14:37 +02:00
monty@mashka.mysql.fi
a533db746b
Patch for novell
...
Reverted wrong patch for mysqld_safe.sh
2003-02-16 22:50:00 +02:00
serg@serg.mysql.com
6bb42870e0
do not ignore --allow-keywords if SHOW CREATE TABLE is used
2003-02-12 20:46:40 +01: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
jani@hynda.(none)
6afebb313e
Fixed a bug in --auto-repair.
2003-01-28 23:29:59 +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
1bdd1d0626
Merge with 3.23.55
2003-01-25 15:31:07 +02:00
monty@mashka.mysql.fi
cd02b19f12
Fix bug in --relative (-r)
2003-01-24 14:59:36 +02:00
monty@mashka.mysql.fi
f4b950df96
Merge with 3.23
2003-01-16 20:47:46 +02:00
monty@mashka.mysql.fi
ee59eb2418
Portability fixes
...
Fixed test suite for HPUX 10.20 and MacOSX
2003-01-07 16:53:10 +02:00
monty@mashka.mysql.fi
a41886a096
Added O_BINARY flag to all my_fopen() calls.
...
(To make the current tests results work on windows)
2002-12-27 23:29:27 +02:00
serg@serg.mysql.com
a8476407a5
.del-errmsg.c~444b5d4031149217:
...
Delete: client/errmsg.c
2002-12-05 00:33:18 +01:00
vva@genie.(none)
c9c7e4d503
Merge vvagin@work.mysql.com:/home/bk/mysql-4.0
...
into genie.(none):/home/vva/work/mysqldump_xml/4.0
2002-11-18 20:53:07 +04:00
vva@genie.(none)
c50ecbb1d0
fix xml-output of mysqldump
2002-11-18 20:50:42 +04:00
monty@mashka.mysql.fi
aa67a79632
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-11-14 12:35:33 +02:00
monty@mashka.mysql.fi
7a70332836
Portability fix when using -DBIG_TABLES
2002-11-14 12:21:36 +02:00
serg@serg.mysql.com
31fa2c5084
merged
2002-11-13 23:38:19 +01:00
salle@geopard.(none)
392cbf9eac
Fixed mysqlcheck so it can process table names with dashes.
...
Quote all table names with backticks.
2002-11-12 16:09:33 +02:00
serg@serg.mysql.com
dfa90af1e0
--use-frm option to mysqlcheck
2002-11-08 20:57:36 +01:00
Sinisa@sinisa.nasamreza.org
f200c567bf
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-11-08 17:05:30 +02:00
Sinisa@sinisa.nasamreza.org
d54bb36df7
Changes that will enable proper wildcarding of databases, plus
...
proper escaping of databases with '_' in their name.
More explanations in the manual.
2002-11-08 17:02:33 +02:00
monty@hundin.mysql.fi
aa4e165808
Portability fix extern "C" static -> extern "C"
2002-11-07 12:49:02 +02:00
monty@butch.
a2bdf9265f
Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.
2002-11-07 03:54:00 +02:00
monty@mashka.mysql.fi
5343d4c969
Added --skip-safemalloc to mysqltest
...
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
Small change in EXCHANGE output
Propagate open-files-limit from mysqld_safe -> mysqld
Fixed speed bug in GROUP BY
Added quotes around database name in CREATE DATABASE db_name (for binary log)
2002-10-29 22:56:30 +02:00
jani@rhols221.adsl.netsonic.fi
f11f48a144
Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi
2002-10-17 19:34:02 +03:00
jani@rhols221.adsl.netsonic.fi
4143937723
Fixed some bugs in mysql, mysqladmin and mysqld.
2002-10-15 23:34:55 +03:00