peterg@mysql.com
5e8f76c433
Update PeterG's internals documentation per comments from
...
Monty; minor changes only.
2003-04-26 18:58:55 -07:00
peterg@mysql.com
e63477d6b9
Update PeterG's internals documentation per Monty's comments;
...
minor changes only.
2003-04-26 16:00:52 -07:00
heikki@hundin.mysql.fi
4cca7b5b50
srv0start.c:
...
fflush stderr after startup
2003-04-26 20:57:13 +03:00
igor@hundin.mysql.fi
ba5b57c642
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/igor/dev/mysql-4.0
2003-04-26 15:53:28 +03:00
bell@laptop.sanja.is.com.ua
ed1b48185a
fixed incorrect number of affected rows in REPLACE...SELECT... (bug 130)
2003-04-26 15:53:27 +03:00
igor@hundin.mysql.fi
b6534b667f
filesort.cc, order_by.result:
...
Fixed bug 263
order_by.test:
Fixed bug 263
2003-04-26 14:54:53 +03:00
lenz@mysql.com
2ad37c0632
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-04-25 22:29:44 +02:00
lenz@mysql.com
7722a94e09
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-04-25 22:14:42 +02:00
lenz@mysql.com
093f661a80
- Applied patch provided by Martin Mokrejs <mmokrejs@natur.cuni.cz>
...
(General code cleanup, use the GRANT statement instead of updating
the privilege tables directly, added option to revoke privileges)
2003-04-25 21:58:25 +02:00
heikki@hundin.mysql.fi
4393bab73c
ut0dbg.h:
...
Print the failing assertion if it fails; helps to analyze bug reports
2003-04-25 21:12:44 +03:00
hf@deer.mysql.r18.ru
aad71de100
Trimming code with Monty's suggestions
2003-04-25 21:28:11 +05:00
lenz@mysql.com
8534b43f70
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-04-25 14:52:48 +02:00
lenz@mysql.com
8f1098fa30
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-04-25 14:52:06 +02:00
lenz@mysql.com
3d19d37c46
- Updated innodb test results on Heikki's request (InnoDB now supports
...
ANALYZE TABLE)
2003-04-25 14:42:01 +02:00
serg@sergbook.mysql.com
4c749f6f3e
Merge bk-internal:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-04-25 15:45:45 +04:00
bar@bar.mysql.r18.ru
4c3f1baca9
ctype-tis620.c:
...
Don't allow access outside the string
2003-04-25 16:27:16 +05:00
lenz@mysql.com
8867a6c4a0
- support-files/MacOSX/ReadMe.txt is now autogenerated from the manual
...
instead of being an individual file to avoid redundancy
2003-04-25 13:02:44 +02:00
greg@mysql.com
80a3c64d93
Minor changes in netware directory (From Rob Lyon - Novell)
2003-04-24 18:15:52 -04:00
heikki@hundin.mysql.fi
a4281f59ed
ha_innodb.cc:
...
When FLUSH LOGS is called, flush InnoDB logs to disk also in the case innodb_flush_log_at_trx_commit=0
2003-04-24 23:24:11 +03:00
heikki@hundin.mysql.fi
8a1eeca9be
srv0srv.c:
...
Make sure we do not do insert buffer merge in fast shutdown even if there is some buglet which increments srv_activity_counter during a shutdown
2003-04-24 23:03:00 +03:00
heikki@hundin.mysql.fi
3866d38057
srv0srv.c:
...
Make buffer pool flush batches bigger as that may save some time if fsync is very inefficient
2003-04-24 21:51:00 +03:00
heikki@hundin.mysql.fi
9a29732968
ha_innodb.h, ha_innodb.cc:
...
Make ANALYZE TABLE to update index cardinality and other statistics also for an InnoDB table; note that the estimates are based on 10 random dives, not on an exhaustive read of the table
2003-04-24 15:34:43 +03:00
monty@narttu.mysql.fi
c6333c5148
Fixed bug in SET SQL_BIG_SELECTS
2003-04-24 09:18:53 +03:00
monty@narttu.mysql.fi
279a60d689
Changed test slightly to make it repeatable
...
(There was a problem on some AMD system when the floating point precision wasn't accurate enough)
2003-04-24 02:23:25 +03: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
monty@narttu.mysql.fi
b228f5ff10
merge
2003-04-24 00:36:48 +03:00
peterg@mysql.com
8c2bda2d55
Merge pgulutzan@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/pgulutzan/mysql-4.0
2003-04-23 13:21:25 -07:00
peterg@mysql.com
6f28bdee0b
Minor changes to PeterG's internals documentation per comments
...
from Monty.
2003-04-23 13:20:23 -07:00
monty@narttu.mysql.fi
f6a43bd567
Fixes for valgrind
...
Added optimzation for clustered index
Fixed bug in UPDATE ... ORDER BY
Fixed handling of UPDATE ... LIMIT
2003-04-23 21:52:16 +03:00
serg@sergbook.mysql.com
1d9d1221f0
do not execute \* commands inside identifiers
2003-04-23 22:46:47 +04:00
mmatthew@markslaptop.
44c8a1b012
config-win.h:
...
Enable 'LOAD LOCAL INFILE', for parity with unix binaries.
2003-04-23 13:43:31 -05:00
peterg@mysql.com
e918ea5488
Modify PeterG's internals documentation per Monty. Added
...
more detailed explanation of record header and column
storage.
2003-04-23 11:43:30 -07: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
serg@sergbook.mysql.com
1a2719ce53
Merge bk-internal:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-04-23 15:53:40 +04:00
serg@sergbook.mysql.com
fa456991fa
bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore
2003-04-23 15:44:39 +04:00
serg@sergbook.mysql.com
0bfb2d3d9f
correct test result
2003-04-23 15:37:11 +04:00
lenz@mysql.com
767f9a52f0
- added $(SUPERCLEANFILES) to DISTCLEANFILES (bug #201 ) - thanks to
...
Christian Hammers for providing this patch
2003-04-23 12:44:00 +02:00
serg@sergbook.mysql.com
b6ca95a7f4
warning when a 4.1 MYI file is opened in 4.0
2003-04-23 14:03:21 +04:00
lenz@mysql.com
4d6d491a8f
- updated sample my.cnf files: removed deprecated set-variable keywords
2003-04-23 01:51:28 +02:00
lenz@mysql.com
a60385957c
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-04-23 01:51:27 +02:00
lenz@mysql.com
9d11b35110
- Only ignore _regular_ world-writeable files (thanks to Tim Bunce for
...
discovering this)
2003-04-23 01:51:26 +02:00
heikki@hundin.mysql.fi
32a987834f
row0mysql.c:
...
Give sensible advice to the user if InnoDB notices index corruption
2003-04-23 02:51:25 +03:00
lenz@mysql.com
1d5f8cb79f
- fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X
2003-04-23 01:51:25 +02:00
vva@eagle.mysql.r18.ru
2705a9e91f
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
2003-04-22 19:51:24 -04:00
vva@eagle.mysql.r18.ru
56667e1eba
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
2003-04-22 19:50:21 -04:00
vva@eagle.mysql.r18.ru
9588dc01e5
fix error message for for load data infile
2003-04-22 19:38:57 -04:00
serg@sergbook.mysql.com
ae51f04564
do not mark the table as analyzed unless all the key parts are REALLY analyzed.
2003-04-23 00:53:07 +04:00
heikki@hundin.mysql.fi
ea0dbedcb1
buf0buf.c:
...
No buffer pool activity in SHOW INNODB STATUS actually meant no page gets
2003-04-21 12:56:54 +03:00
heikki@hundin.mysql.fi
4f77f6a4d8
univ.i:
...
If HAVE_purify is defined, define UNIV_SET_MEM_TO_ZERO to eliminate Purify warnings
2003-04-20 19:36:09 +03:00
heikki@hundin.mysql.fi
90e23ebe94
buf0buf.c:
...
Do not set buffer pool to zero when we start up: that takes too much time for big buffer pools; Purify users must define UNIV_SET_MEM_TO_ZERO in univ.i to eliminate spurious (?) Purify warnings
2003-04-19 20:09:01 +03:00