sasha@mysql.sashanet.com
a37c82a5cf
sql/stacktrace.c
...
fixed frame depth since we now are a frame deeper
on Alpha, use SP instead of FP
2001-05-14 14:11:26 -06:00
heikki@donna.mysql.fi
eac8cbf6dd
row0undo.c Fix a bug if we run out of space in the tablespace assertion in trx0roll.c
2001-05-14 22:27:29 +03:00
tim@threads.polyesthetic.msg
72b7de1487
Merge work.mysql.com:/home/bk/mysql
...
into threads.polyesthetic.msg:/usr/local/src/my/3
2001-05-14 14:23:45 -04:00
heikki@donna.mysql.fi
0f24c9fcee
os0file.c Use O_SYNC if possible, second choice fdatasync, and last choice fsync
...
configure.in Check if fdatasync exists
manual.texi Updated defragmenting doc
manual.texi Corrected fillfactor contract threashold for a page to 1/2
2001-05-14 17:45:38 +03:00
monty@donna.mysql.fi
265164db03
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-05-14 01:13:06 +03:00
monty@donna.mysql.fi
329382c1e5
Cleanup up stacktrace code
...
Updated qsort source from glibc.
Add debugging of keycache when EXTRA_DEBUG is specified
2001-05-14 01:12:40 +03:00
paul@central.snake.net
6f9878b155
manual.texi changed location of samp_db distribution and MySQL
...
manual.texi book errata.
2001-05-12 22:03:04 -05:00
monty@donna.mysql.fi
a4289cc0c8
Added information about using mysql-max
2001-05-12 09:24:35 +03:00
monty@donna.mysql.fi
10920d0be1
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-05-12 01:01:27 +03:00
monty@donna.mysql.fi
369ea3bb8e
cleanup
2001-05-12 01:00:46 +03:00
monty@work.mysql.com
01f43d7370
Fixes for MySQL-Max
2001-05-11 22:51:24 +02:00
heikki@donna.mysql.fi
32344d8697
manual.texi Added a note on table defragmenting and a sentence on InnoDB speed
2001-05-11 17:07:58 +03:00
sasha@mysql.sashanet.com
4e04aa4abd
sql/mysqld.cc
...
put back the things that the merge removed
2001-05-09 22:42:49 -06:00
sasha@mysql.sashanet.com
c77547ea06
merged
2001-05-09 22:29:21 -06:00
sasha@mysql.sashanet.com
e809e2df1b
stack trace updates:
...
limited support on Alpha - in general case, even with frame pointer,
stack trace on alpha is impossible without looking at the symbol table
frame pointer does get saved on the stack, but you have no idea where
and where the return address is saved. So the best we can do without
the symbol table is look for magic opcodes and try to guess how big
each frame is and where the return address was hidden from the
instruction parameters. In practice, we can usually go up 3-4 frames
before we hit some nasty frame that the current code cannot figure
out. This is actually not too bad, especially when we already have the query
Also cleaned up messages, print more variables, tell the user of
how much memory mysqld could potentially use, and warn of
what can happen with default STACK_SIZE and a lot of connections if
coredump happens when there are more than 200 connections.
2001-05-09 22:22:04 -06:00
heikki@donna.mysql.fi
2c5bbb1c1a
Merge heikki@work.mysql.com:/home/my/mysql
...
into donna.mysql.fi:/home/heikki/mysqle
2001-05-09 23:09:17 +03:00
heikki@donna.mysql.fi
5829aec02d
row0sel.c Fix a bug in consistent read through secondary key
2001-05-09 23:06:52 +03:00
monty@donna.mysql.fi
ec39fda829
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-05-09 23:02:58 +03:00
monty@donna.mysql.fi
965cd30f87
Applied patches for BDB tables
...
Fixes to InnoDB to compile on Windows
Fix for temporary InnoDB tables
Fixed bug in REPLACE()
Fixed sub char keys for InnoDB
2001-05-09 23:02:36 +03:00
sasha@mysql.sashanet.com
81dd259713
Docs/manual.texi
...
removed porn site
2001-05-07 08:33:34 -06:00
monty@donna.mysql.fi
33fa6e04cc
Merge
2001-05-05 09:44:25 +03:00
monty@donna.mysql.fi
f6a36e948d
Added LOAD DATA CONCURRENT
2001-05-05 09:41:47 +03:00
heikki@donna.mysql.fi
223fd497c7
manual.texi Fixed a typo in InnoDB record size
2001-05-04 16:13:45 +03:00
sasha@mysql.sashanet.com
2df55115b6
Docs/manual.texi
...
added reference to htCheck, and removed some broken links (incidentally, found by htCheck)
2001-05-03 18:18:35 -06:00
sasha@mysql.sashanet.com
fe54369179
better error message in replication when packet is too large
2001-05-03 17:27:35 -06:00
sasha@mysql.sashanet.com
c6ceb04bd8
Docs/manual.texi
...
fixed bug
sql/sql_repl.cc
undid virtual master change
2001-05-03 16:01:13 -06:00
sasha@mysql.sashanet.com
2bd1476a32
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-05-03 11:58:35 -06:00
sasha@mysql.sashanet.com
c8fdb95815
reversed virtual master
2001-05-03 11:46:49 -06:00
heikki@donna.mysql.fi
6415f07c7b
row0umod.c Partial fix to concurrent drop table and rollback by other user of rows in that table
...
row0uins.c Partial fix to concurrent drop table and rollback by other user of rows in that table
2001-05-03 18:26:19 +03:00
heikki@donna.mysql.fi
2090d65134
univ.i Do not inline on Unix if non-gcc compiler
2001-05-03 15:22:43 +03:00
heikki@donna.mysql.fi
dc618189d5
manual.texi Update MySQL manual about the syntax change to ...LOCK IN SHARE MODE
2001-05-03 14:48:00 +03:00
heikki@donna.mysql.fi
59ed711e41
sql_yacc.yy changed ...IN SHARE MODE to ...LOCK IN SHARE MODE to resolve a parsing bug after a WHERE clause
2001-05-03 14:41:03 +03:00
heikki@donna.mysql.fi
afbc2c8e7c
os0file.c Removed extraneous undef and inclde of aio.h, fixed typecasts to off_t
...
os0file.c Removed unnecessary code from os_file_read
2001-05-03 14:16:11 +03:00
jcole@tetra.spaceapes.com
c058b5a196
Merge jcole@work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2001-05-03 03:38:10 -05:00
jcole@tetra.spaceapes.com
b1e1d5b012
Fixed example that was wrong in manual.
2001-05-03 03:37:29 -05:00
monty@donna.mysql.fi
a580233a43
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-05-03 08:47:34 +03:00
monty@donna.mysql.fi
68657024cb
Fixed bug from last commit
2001-05-03 08:46:58 +03:00
monty@donna.mysql.fi
91c4407e1a
Fixed a bug with SELECT DISTINCT and HAVING
2001-05-02 23:39:05 +03:00
heikki@donna.mysql.fi
7eb3c45757
row0sel.c Fixed a typo in the fix to consistent read through a secondary index
2001-05-02 18:05:15 +03:00
jcole@tetra.spaceapes.com
83221a4724
Several minor fixes to manual per Tom.
2001-05-02 05:49:59 -05:00
heikki@donna.mysql.fi
8dba7dc06a
log0recv.c Add checksum to written pages to check that they are also read in unchanged
...
buf0buf.h Add checksum to written pages to check that they are also read in unchanged
buf0flu.c Add checksum to written pages to check that they are also read in unchanged
buf0buf.c Add checksum to written pages to check that they are also read in unchanged
2001-05-01 20:57:49 +03:00
jcole@main.burghcom.com
03cb1ccef5
manual.texi fixed paragraph
2001-05-01 04:12:23 -04:00
monty@donna.mysql.fi
6371f9849d
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-04-29 16:07:58 +03:00
monty@donna.mysql.fi
e30fd503ec
Cleanup
2001-04-29 16:07:40 +03:00
heikki@donna.mysql.fi
af27c38ff6
row0sel.c Fix a bug in multiversioned reads through a secondary index
...
row0uins.c Partial fix to the DROP TABLE + another user rolls back in that table problem
row0umod.c Partial fix to the DROP TABLE + another user rolls back in that table problem
os0file.c Reduce probability of deadlock bugs in connection with ibuf: do not let the ibuf i/o handler sleep
2001-04-27 21:12:15 +03:00
heikki@donna.mysql.fi
0f9a30ab86
os0file.c Always do fsync after a file write to reduce possibility of a partially written page in an OS crash
...
buf0rea.c Fixed a recovery hang associated with ibuf bitmap pages
2001-04-26 16:36:59 +03:00
jani@hynda.mysql.fi
e5c36cbadc
Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysql
2001-04-26 01:13:18 +03:00
jani@hynda.mysql.fi
96363cf024
Added a new option --result-file to mysqlbinlog.
2001-04-26 01:12:51 +03:00
sasha@mysql.sashanet.com
183af62f6a
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-04-25 15:21:47 -06:00
sasha@mysql.sashanet.com
bdb8077a55
fixed bug in mysqlbinlog
2001-04-25 15:20:59 -06:00