paul@central.snake.net
ed5841ae65
manual.texi more development tree section changes
...
manual.texi change "InnoDB consinsten read" to
manual.texi "InnoDB consistent read" in @node lines
manual.texi (to match section's actual title)
manual.texi cleanups to "installing from development source
manual.texi tree" section
2001-05-18 23:05:33 -05:00
heikki@donna.mysql.fi
1805de7011
ibuf0ibuf.c Insert buffer calculated SQL NULL size wrong, causing overflow and assertion failure in some cases
...
log0log.c Retrieve a dummy value from a function to prevent gcc crashing on HP-UX
2001-05-18 21:20:03 +03:00
tim@threads.polyesthetic.msg
579d9c1e73
getvar.c atoll() -> strtoll() (portability fix)
2001-05-18 12:52:31 -04:00
tim@work.mysql.com
3bc1ee238c
Merge
2001-05-18 18:49:30 +02:00
tim@work.mysql.com
bf13a2b338
Do-patch-file Fix typo (extra 'mv')
...
ignore added Logs/* binary/*
2001-05-18 18:48:38 +02:00
tim@threads.polyesthetic.msg
72a0713166
Merge work.mysql.com:/home/bk/mysql
...
into threads.polyesthetic.msg:/usr/local/src/my/3
2001-05-18 12:45:03 -04:00
tim@threads.polyesthetic.msg
d43a78a443
manual.texi @[XXX] -> @{[XXX]} (syntax error)
2001-05-18 12:44:35 -04:00
tim@threads.polyesthetic.msg
6e716f475d
Clean out some more generated files from the bdb tree. Add a hack
...
to bdb/dist/s_rpc so that bk doesn't complain about the
rpc_server/db_server_proc.c file that gets overwritten (but needs to
be stored in BK). Add a bdb/dist/template directory which is needed
by bdb/dist/s_recover.
2001-05-18 12:43:16 -04:00
mwagner@evoq.mwagner.org
8382f16e01
manual.texi Added a mirror, adjusted some URLs.
2001-05-17 13:59:52 -05:00
monty@donna.mysql.fi
74ca91e08f
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-05-17 00:47:21 +03:00
monty@donna.mysql.fi
2ba0846a60
Fixed bug when using MERGE on files > 4G
...
Fixed bug in SELECT db1.table.* FROM db1.table,db2.table
Fixed bug in INSERT DELAYED when doing shutdown and a table was locked
Changed that tmp_table_size =4G-1 means unlimited.
2001-05-17 00:46:50 +03:00
serg@serg.mysql.com
a40774fb85
merged
2001-05-16 23:22:27 +02:00
serg@serg.mysql.com
b6138af000
Fulltext manual changed, MERGE bug fixed
2001-05-16 23:06:30 +02:00
sasha@mysql.sashanet.com
10457700a7
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-05-16 13:23:03 -06:00
sasha@mysql.sashanet.com
37d58578e9
mysql-test/r/rpl000001.result
...
forgot to add result
2001-05-16 13:21:49 -06:00
sasha@mysql.sashanet.com
0b30f641da
mysql-test/t/rpl000001.test
...
added a test for updates on user table
2001-05-16 13:19:40 -06:00
heikki@donna.mysql.fi
228a4a8550
os0file.c Fixed an extraneous error message at the start of db, changed from O_SYNC back to fdatasync because extremely slow on Sun
2001-05-16 19:12:47 +03:00
heikki@donna.mysql.fi
b48ed7db1b
os0file.c More precise error message number
...
ut0dbg.h Changed Innobase->InnoDB
os0file.c InnoDB prints now the number of OS error in a file operation
2001-05-15 19:53:35 +03:00
tim@threads.polyesthetic.msg
b708df267d
Merge work.mysql.com:/home/bk/mysql
...
into threads.polyesthetic.msg:/usr/local/src/my/3
2001-05-14 20:42:20 -04:00
tim@threads.polyesthetic.msg
7ca3253d0a
RPM .spec file: add "mysql" to the Provides: line, to match what
...
Redhat's RPM's are looking for.
Submitted by Florin Andrei <florin@sgi.com>.
2001-05-14 20:41:54 -04:00
sasha@mysql.sashanet.com
45fc78fe0f
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-05-14 14:11:54 -06:00
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