Commit graph

6122 commits

Author SHA1 Message Date
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
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
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
heikki@hundin.mysql.fi
e1b68cf111 ha_innodb.cc:
Prevent crash if MySQL calls rnd_end WITOUT calling rnd_init first: only restore active_index if it the old value was pushed in rnd_init
  Initialize active_index to a sensible value: prevent crash if we restore it to the original value after an table scan
2003-04-18 22:06:10 +03:00
heikki@hundin.mysql.fi
b914d2e3cc ha_innodb.h, ha_innodb.cc:
Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables
log0recv.c:
  Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes
2003-04-18 18:42:43 +03:00
heikki@hundin.mysql.fi
f787cb1434 row0sel.c:
Do not allow InnoDB to cache result set in HANDLER because user can use PREV and NEXT and scroll the cursor
2003-04-17 02:51:50 +03:00
heikki@hundin.mysql.fi
3a77f47a04 ha_innodb.cc, row0sel.c, row0mysql.c, row0mysql.h:
Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
2003-04-17 02:28:40 +03:00
heikki@hundin.mysql.fi
5112674d70 row0ins.c:
Better fix for the ON DELETE SET NULL problem
2003-04-16 23:05:22 +03:00
heikki@hundin.mysql.fi
609c8d9c62 row0ins.c:
Fix bug: we did not allow ON DELETE SET NULL to modify the same table where the delete was made; we can allow it because that cannot produce infinite loops cascaded operations
2003-04-16 22:50:12 +03:00
heikki@hundin.mysql.fi
c60ca95e06 row0sel.c:
Fix crash in HANDLER PREV or NEXT if the cursor was positioned using a unique search condition on the primary key: in that case InnoDB does NOT store the cursor position for later fetch prev or next
2003-04-16 21:36:42 +03:00
hf@deer.mysql.r18.ru
f331568042 Fix for #126 2003-04-16 21:37:22 +05:00
hf@deer.mysql.r18.ru
8e44ed4064 Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0
into deer.mysql.r18.ru:/home/hf/work/mysql-4.0.erf
2003-04-16 20:43:05 +05:00
miguel@hegel.local
63f911733b Exported functions required by MySQLCC 2003-04-16 11:43:04 -04:00
hf@deer.mysql.r18.ru
a671f80fba fix for bug #212 2003-04-16 19:48:58 +05:00
heikki@hundin.mysql.fi
f841b4ae23 Many files:
Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
2003-04-16 16:45:01 +03:00
gluh@gluh.mysql.r18.ru
cde0099e23 Memory leak fixed. 2003-04-16 17:47:36 +05:00
gluh@gluh.mysql.r18.ru
d2bfaed9c2 Fix bug (273):The x509 cert issuer seems not to be checked against the CA 2003-04-16 17:25:05 +05:00
gluh@gluh.mysql.r18.ru
05817b7311 Fix bug: Crash server when grant ssl options are used and ssl handshake is not set 2003-04-16 15:05:47 +05:00
monty@mashka.mysql.fi
52ebc0e883 Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mashka.mysql.fi:/home/my/mysql-4.0
2003-04-15 22:10:49 +03:00
monty@mashka.mysql.fi
3e6c350f64 Fixed bug in SUM() with NULL:s
Added logging of warnings for failed connections with ssl.
Fixed bug in symbolic link handling on Windows
2003-04-15 22:04:16 +03:00
lenz@mysql.com
1e66aec502 - Updated variable names that have been renamed in my.cnf example files
(bug #223)
 - Added more detailed info about how to set up replication
2003-04-15 17:34:56 +02:00
lenz@mysql.com
7fbc28c074 - added missing dashes to parameter "open-files-limit" in mysqld_safe
(bug #264)
2003-04-15 16:11:37 +02:00
lenz@mysql.com
faad672620 Distribution cleanups:
- added Dummy file Docs/manual_toc.html to make "make dist" happy if the
   real manual.texi has not been copied into Docs/ (which would make sure
   a "real" manual_toc.html would be created
 - fixed symlinking in the bdb subdirectory (docs are not included anyway)
 - added dist-hook to Makefile.am to remove superfluous SCCS directories
   from the source distribution
2003-04-11 17:07:58 +02:00
lenz@mysql.com
ac8f4677d4 - corrected shutdown priority on Red Hat (should be shut down very early)
- adjusted LSB run levels to be identical as on Red Hat (2-5)
2003-04-11 13:02:16 +02:00
lenz@mysql.com
dbe145f015 - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static
libraries always ended up in "dir..", even though they were not supposed
   to be installed anyway (they are only required at link time). Fixed it by
   replacing libs_LIBRARIES with noinst_LIBRARIES for all InnoDB Makefile.am 
   files and by removing "libsdir = " from innobase/include/Makefile.i .
2003-04-10 20:03:52 +02:00
lenz@mysql.com
c043c6c234 - worked around bug #235 (my-huge.cnf error) by reformatting the comments
in the sample configuration files
 - reworked the replication options and comments a bit
 - added option "skip-networking" (commented out by default) to the
   sample configuration files (enhancement request from bug report #234)
2003-04-09 22:14:21 +02:00
lenz@mysql.com
ef39d2a669 - applied patch from provided by Christian Hammers from Debian to be able
to run the script even if mysqld is not up and running on upgrade
2003-04-09 21:19:53 +02:00
lenz@mysql.com
dd44f48f7f Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
2003-04-09 20:59:49 +02:00
guilhem@mysql.com
c7891fe9bc fix for #254
(3.23 master, 4.0 slave. 
Slave loss temp tables everytime FLUSH LOGS on master). 
This fix is less bad than the bug, it will cause a problem only maybe
if the master dies the hard way (I say maybe because I could not
cause a problem, and I don't see how it could happen).
2003-04-09 15:16:12 +02:00