Commit graph

1543 commits

Author SHA1 Message Date
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
monty@donna.mysql.fi
6261dafb27 Fixed all mysqldump output to use 'result_file' 2001-04-26 00:10:43 +03:00
monty@donna.mysql.fi
f01a7fceb2 Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-25 22:44:57 +03:00
monty@donna.mysql.fi
21e7c668ff Portability fixes for Ia64 and Sgi compiler
DROP DATABASE in mysqladmin asks for confirmation (again)
Added examined_rows to slow query log
SHOW CREATE for TEMPORARY table
2001-04-25 22:44:27 +03:00
heikki@donna.mysql.fi
7fb48d9100 ha_innobase.cc Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message 2001-04-25 14:44:35 +03:00
serg@serg.mysql.com
7b06e39abd Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-04-25 11:21:05 +02:00
serg@serg.mysql.com
c76b7c5a02 added to Fulltext todo 2001-04-25 11:19:54 +02:00
sasha@mysql.sashanet.com
41b502fc8b Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-04-24 17:40:25 -06:00
sasha@mysql.sashanet.com
be8f18e020 fixed redundant repetition of use db in mysqlbinlog
added support for virtual master ( replicating from a directory with binlogs)
test case for backup/restore with virtual master
2001-04-24 17:39:26 -06:00
heikki@donna.mysql.fi
ea4365622d os0sync.c Eliminate compiler warning in Win 2001-04-24 20:55:25 +03:00
heikki@donna.mysql.fi
f9afb65908 os0file.c Fix to the error message 2001-04-24 16:40:18 +03:00
heikki@donna.mysql.fi
96d6b55077 os0file.c Added better error message if disk is full; calls exit(1) 2001-04-24 16:38:08 +03:00
heikki@donna.mysql.fi
b2fa0010b6 univ.i If _NT_ defined, define also __NT__ 2001-04-24 16:24:10 +03:00
heikki@donna.mysql.fi
d78f77a324 os0file.c Remove a compilation error on Windows 2001-04-24 15:30:41 +03:00
jani@hynda.mysql.fi
f374c2307d Added a link 2001-04-24 04:41:18 +03:00
paul@central.snake.net
a89b0f10be manual.texi minor mods to recent change notes 2001-04-23 17:54:51 -05:00
jani@hynda.mysql.fi
019080091d New option to mysqldump. 2001-04-24 00:31:34 +03:00
jani@hynda.mysql.fi
32774ad5d1 Added options to mysqlcheck 2001-04-23 23:29:53 +03:00
paul@central.snake.net
53cfdccb0d manual.texi missing @ on @item in contributed software page 2001-04-23 09:07:51 -05:00
monty@donna.mysql.fi
97c3927679 Portability fixes 2001-04-23 03:28:08 +03:00
monty@donna.mysql.fi
714560cbe9 Fix for release 2001-04-22 12:11:01 +03:00
monty@donna.mysql.fi
1e3df575b9 Fixed probelm with count(*) and normal functions when no matchin rows.
Changed 'lib' to 'master-data'
Fix for slow slaves
2001-04-21 17:12:59 +03:00
monty@donna.mysql.fi
0f37b1244b Fixed portability problems in mysqlcheck 2001-04-21 03:03:08 +03:00
monty@donna.mysql.fi
c8fbe93890 Fixed that database name is shown for CHECK TABLE 2001-04-20 17:14:53 +03:00
monty@donna.mysql.fi
528408c42a Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-20 15:49:55 +03:00
monty@donna.mysql.fi
5e8c4b76d5 Portability fixes 2001-04-20 15:18:46 +03:00
jani@hynda.mysql.fi
6f0b25826c Changes in manual and client/Makefile.am 2001-04-20 14:54:14 +03:00
jani@hynda.mysql.fi
13312cda9f Added mysqlcheck.c, removed mistakenly added script mysqlcheck 2001-04-20 13:21:35 +03:00
jani@hynda.mysql.fi
f218c6d59e Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysql 2001-04-20 01:12:58 +03:00
jani@hynda.mysql.fi
0b8b4738a8 New client, mysqlcheck, for MySQL. mysqlcheck should be used for
CHECK, REPAIR, ANALYZE and OPTIMIZE instead of myisamchk, when
MySQL server is running. Documentation to MySQL manual will follow
shortly.
2001-04-20 01:12:10 +03:00