Commit graph

1499 commits

Author SHA1 Message Date
paul@central.snake.net
18d3eafc90 manual.texi minor change notes mods 2001-05-20 21:08:54 -05:00
heikki@donna.mysql.fi
8ad8407238 os0file.h Define always WIN_ASYNC_IO, check at run-time if the OS actually supports it 2001-05-20 20:32:37 +03:00
heikki@donna.mysql.fi
0400d66578 Merge heikki@work.mysql.com:/home/my/mysql
into donna.mysql.fi:/home/heikki/mysqle
2001-05-20 20:24:43 +03:00
heikki@donna.mysql.fi
f26d163f4d os0file.h InnoDB should now run with the same binary on Win95 and NT: checks OS version
srv0start.c	InnoDB should now run with the same binary on Win95 and NT: checks OS version
2001-05-20 20:24:02 +03:00
heikki@donna.mysql.fi
b13196387d os0file.c Removed extraneous fsync and corected a typo in Windows code
os0file.c	Changed file write buffer size in os_file_set_size from 16 MB to 8 MB
2001-05-20 20:22:23 +03:00
monty@donna.mysql.fi
c488a2cdc9 merge 2001-05-19 10:17:47 +03:00
monty@donna.mysql.fi
25a129c96f Force close of sockets on HPUX 10.20
Support option lines longer than 256 chars.
Close the slow log at shutdown.
Always allow debug options to mysqld.
Change some DBUG_PRINT tags.
2001-05-19 10:14:05 +03:00
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@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