vva@eagle.mysql.r18.ru
cba6ff7597
fixed Bug #3051 "FLOOR returns invalid"
2004-03-04 22:11:33 +04:00
vva@eagle.mysql.r18.ru
c00ef445fd
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-3.23
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2762/mysql-3.23
2004-02-16 19:41:03 +04:00
vva@eagle.mysql.r18.ru
3f50b5204c
fixed bug #2762 "grammar error in myisam/mi_check.c"
2004-02-16 18:58:15 +04:00
gluh@gluh.mysql.r18.ru
3dba2e8cb0
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into gluh.mysql.r18.ru:/home/gluh/Bugs/mysql-3.23.bug
2004-02-11 12:30:50 +04:00
gluh@gluh.mysql.r18.ru
d5fa169fd1
Fix for bug#2021: Wron error message from the client
2004-02-11 12:30:20 +04:00
konstantin@mysql.com
2093624a73
Fix for bug #2628 "ALTER TABLE destroys table and reports success"
2004-02-06 14:28:57 +03:00
vva@eagle.mysql.r18.ru
62f193bfdd
clean up comments
2004-02-03 18:21:48 +04:00
vva@eagle.mysql.r18.ru
d7f6ced155
Fixed Bug #2338 Trigonometric arithmetic problem
...
by fixing optimizer bug with help of 'volatile' keyword
2004-01-12 22:47:26 -04:00
vva@eagle.mysql.r18.ru
8a409722a0
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-3.23
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2012/mysql-3.23
2003-12-17 13:35:05 -04:00
vva@eagle.mysql.r18.ru
59004f01f9
fixed restoring of thd->count_cuted_fields in store_val_in_field
...
(fixed #bug 2012)
2003-12-16 17:55:34 -04:00
serg@serg.mylan
3dbb7b71bb
Merge bk-internal:/home/bk/mysql-3.23/
...
into serg.mylan:/usr/home/serg/Abk/mysql
2003-11-27 09:37:10 +01:00
serg@serg.mylan
8702cb3337
fix contact person
2003-11-27 09:35:55 +01:00
lenz@mysql.com
9d3e811024
- The LGPL section was removed from manual.texi, hence we now use a local
...
copy of COPYING.LIB (moved from the mysys subdirectory) instead of
creating it on the fly out of the manual.
2003-11-25 17:26:19 +01:00
serg@serg.mylan
72c0e3a81e
Merge bk-internal:/home/bk/mysql-3.23/
...
into serg.mylan:/usr/home/serg/Abk/mysql
2003-11-24 15:04:03 +01:00
serg@serg.mylan
201f27702a
ignore:
...
added sql/udf_example.so scripts/make_win_src_distribution
2003-11-19 23:11:27 +01:00
monty@mashka.mysql.fi
2e04da0873
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-3.23
2003-11-17 13:00:15 +02:00
monty@mashka.mysql.fi
ea337204cb
Safety fix for alarms on windows.
2003-11-17 12:59:07 +02:00
walrus@mysql.com
9044922fae
compile-pentium-gcov:
...
Stop the line wrapping for warnings.
it needs for warnings statistic in code coverage
2003-11-05 02:23:13 +05:00
guilhem@mysql.com
d0a21a0aeb
Fix for Bug #1595 "mysqlbinlog can't read a password from the console".
...
Make mysqlbinlog prompt for the password if
mysqlbinlog -p
instead of printing the usage().
This makes mysqlbinlog behave like other clients, which is the reason
why we fix this in 3.23.
This new code was almost copied from mysqldump.
Note that before, one could use
mysqlbinlog -p pass
and now one must use
mysqlbinlog -ppass
(putting a space will ask for the password).
2003-10-20 15:35:03 +02:00
guilhem@mysql.com
e41ed5190c
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mysql.com:/home/mysql_src/mysql-3.23
2003-10-18 16:28:40 +02:00
monty@mishka.mysql.fi
813e5816bd
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mishka.mysql.fi:/home/my/mysql-3.23
2003-10-08 21:04:30 +03:00
monty@mishka.mysql.fi
498e1c6d95
Fixed memory leak in send_file
2003-10-08 21:02:53 +03:00
vva@eagle.mysql.r18.ru
777fc0ca66
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-3.23
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1378/mysql-3.23
2003-10-07 18:08:39 -04:00
monty@narttu.mysql.fi
0a241aa2ed
Portability fix
2003-10-06 20:31:35 +03:00
vva@eagle.mysql.r18.ru
293f27df35
fixed processing of COM_BINLOG_DUMP to use in mysqlbinlog
2003-09-29 15:42:33 -04:00
guilhem@mysql.com
bf5be93a13
backport of a fix made in 4.0 to make replication work in 64-bit binaries.
...
The 4.0 changeset was:
ChangeSet@1.1579.3.1, 2003-09-26 23:43:22+02:00, guilhem@mysql.com
Fix for 64-bit machines.
I am almost sure this is the cause for
BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries?
BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version
(Solaris)
The reason why I think it's wrong is that the normal client code has
uint32 ip_addr.
(of course on 32-bit machines it does not matter, but on 64-bit it does).
2003-09-27 17:16:19 +02:00
lenz@mysql.com
74077c79fc
- added make_win_src_distribution.sh to EXTRA_SCRIPTS
2003-09-17 22:01:08 +02:00
lenz@mysql.com
6da669ef95
- Bumped up version number from 3.23.58 to 3.23.59 in configure.in
...
- Tagged ChangeSet 1.1413 as "mysql-3.23.58"
2003-09-15 14:44:53 +02:00
greg@mysql.com
cc6e3a2ec9
New Windows source package automation for 3.23
2003-09-12 19:58:22 -04:00
guilhem@mysql.com
40a88045cb
Quick backport of the following bugfix from MySQL 4.0.14.
...
DO NOT COPY THIS CODE TO 4.0. The bugfix is better in 4.0,
but here in 3.23 we don't want to add a new error code so
we just use ER_EMPTY_QUERY. Bug was:
"If a query was ignored on the slave (because of
@code{replicate-ignore-table} and other similar rules), the slave
still checked if the query got the same error code (0, no error) as on
the master. So if the master had an error on the query (for example,
``Duplicate entry'' in a multiple-row insert), then the slave stopped
and warned that the error codes didn't match. (Bug #797 )"
2003-09-12 17:26:48 +02:00
lenz@mysql.com
ebfa41086d
- backported compatibility fix for extra/resolveip.c from 4.0
...
to be able to compile on HP-UX 10.20 (which does not have in_add_t).
2003-09-11 13:36:08 +02:00
monty@narttu.mysql.fi
a6e3ee6bef
Better quoting patch for mysqldump
2003-09-03 18:48:10 +03:00
serg@serg.mylan
04112b9f89
proper obligatory quoting of identifiers in mysqldump<->server communication (unrelated from command-line options)
2003-09-02 18:30:34 +02:00
serg@serg.mylan
48e2d15369
bug #928 - arbitrary table grant was used, sort-order wasn't honored
2003-09-02 11:18:13 +02:00
monty@narttu.mysql.fi
c3f54ad94d
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into narttu.mysql.fi:/my/mysql-3.23
2003-08-28 12:29:32 +03:00
monty@narttu.mysql.fi
d5ed93e80e
Updated test for ISAM overflow bug
2003-08-28 12:28:51 +03:00
monty@narttu.mysql.fi
cd25e1691c
ixed overflow bug in MyISAM and ISAM when using packed tables with a lot of fields and blobs
2003-08-28 12:27:35 +03:00
serg@serg.mylan
7f1ffcc453
Bug #1064 : SHOW CREATE TABLE: avoid allocations for simple tables, old client compatibility
2003-08-21 21:14:02 +02:00
serg@serg.mylan
828789a4a0
Merge bk-internal:/home/bk/mysql-3.23/
...
into serg.mylan:/usr/home/serg/Abk/mysql
2003-08-21 20:21:36 +02:00
serg@serg.mylan
5bc4965d70
fix for SHOW CREATE TABLE to report corerct second field's length
2003-08-21 20:21:07 +02:00
guilhem@mysql.com
5c57eb22d9
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mysql.com:/home/mysql_src/mysql-3.23
2003-08-18 20:03:01 +02:00
guilhem@mysql.com
f26106fe64
Fix for 64-bit CPUs (u_long is 64 bit there, but in_addr_t is always uint32).
...
That's to make resolveip work on our FreeBSD-5.0/Sparc64 build host.
2003-08-18 20:01:38 +02:00
serg@serg.mylan
3ec7456f8d
isam SEARCH_LAST bug fixed
2003-08-12 19:21:38 +02:00
serg@serg.mylan
2fd6684928
Merge bk-internal:/home/bk/mysql-3.23/
...
into serg.mylan:/usr/home/serg/Abk/mysql
2003-08-07 14:33:56 +02:00
serg@serg.mylan
4235268bef
fixed password buffer overflow
2003-08-07 11:16:34 +02:00
miguel@hegel.local
27fde36d15
Fix an erronous cast for GCC introduced for to fix VC++ compiler error
2003-08-05 22:57:44 -03:00
miguel@hegel.local
be123fe5a7
Fix VC++ compiler error
2003-08-04 09:44:26 -03:00
monty@mashka.mysql.fi
9724a25901
Cleaned up code comment
2003-08-03 16:33:04 +03:00
guilhem@mysql.com
119d3f039d
Backporting the changeset below from 4.0, because a customer hits
...
the bug with 3.23.
ChangeSet@1.1416.113.1, 2003-03-22 15:22:59+01:00, guilhem@mysql.com
Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave
Now it does not SEGV, but USER() is still badly replicated
(it is replicated to ""), which is a lower priority bug.
2003-08-01 22:29:38 +02:00
serg@serg.mylan
c46f888fe3
Followup to Jim's changes in mysqldoc tree. Unfortunately, it's too late for 4.0.14 :(
2003-07-28 17:50:06 +02:00