Commit graph

1509 commits

Author SHA1 Message Date
paul@central.snake.net
2f990484bc manual.texi typo fixes, miscellaneous general cleanup 2001-05-21 22:16:20 -05:00
paul@central.snake.net
04631113f0 manual.texi general typo fixes 2001-05-21 18:30:37 -05:00
paul@central.snake.net
3cee934ea2 manual.texi typo fix; fix odd repetition in toc header. 2001-05-21 18:13:59 -05:00
paul@central.snake.net
f0920f4b4a manual.texi "windows" -> "Windows", where appropriate.
manual.texi	Mods to Windows-specific sections, chapter 4.
2001-05-21 17:42:07 -05:00
mwagner@evoq.mwagner.org
9cd0b5f35c manual.texi I promise to always run test-make-manual.
manual.texi	I promise to always run test-make-manual.
manual.texi	I promise to always run test-make-manual.
manual.texi	...
2001-05-21 13:54:57 -05:00
mwagner@evoq.mwagner.org
e81d58d6b0 manual.texi Added consultant. 2001-05-21 13:39:50 -05:00
heikki@donna.mysql.fi
0e3994d111 manual.texi Updated manual about auto-increment in InnoDB 2001-05-21 19:32:14 +03:00
heikki@donna.mysql.fi
546c6eb3db dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict
dict0mem.h	InnoDB now tries to provide autoinc column value from a counter table in data dict
sync0sync.h	InnoDB now tries to provide autoinc column value from a counter table in data dict
univ.i  	InnoDB now tries to provide autoinc column value from a counter table in data dict
dict0dict.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
dict0mem.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
sync0sync.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
ha_innobase.cc	InnoDB now tries to provide autoinc column value from a counter table in data dict
2001-05-21 19:04:46 +03:00
heikki@donna.mysql.fi
1970e436a2 manual.texi Added that InnoDB tablespace must be at least 10 MB, removed single quotes from phantom
srv0start.c	Tablespace size must be at least 10 MB
2001-05-21 16:28:27 +03:00
mwagner@evoq.mwagner.org
682253b84b manual.texi Added entry in contrib software. 2001-05-21 02:09:48 -05:00
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