Commit graph

4364 commits

Author SHA1 Message Date
paul@teton.kitebird.com
b99f06a2d3 fix typo 2002-06-24 15:33:30 -05:00
serg@sergbook.mysql.com
a0cfa78970 post-merge fix 2002-06-24 22:22:23 +02:00
peter@linux.local
ce0028d862 Merge linux.local:/data/mysql-4.0-root into linux.local:/data/mysql-4.0 2002-06-25 00:22:22 +04:00
Sinisa@sinisa.nasamreza.org
e7f46fc9ec Fix for a very small type in myisamchk usage text 2002-06-24 23:22:21 +03:00
arjen@george.bitbike.com
2a0fd31c30 Removed dup word (tnx Ramil!) 2002-06-25 06:22:20 +10:00
serg@sergbook.mysql.com
dcdfe5b545 mi_check T_xxx options massaged. T_REP_PARALLEL added
my_getopt-related style changes in myisamchk.c
2002-06-24 21:21:33 +02:00
peter@linux.local
e773a26e6e Adding handling of numbers with exponent to decimal type. 2002-06-24 21:30:54 +04:00
arjen@george.bitbike.com
b876216703 Clean up AES_DECRYPT() explanation. 2002-06-24 19:55:28 +10:00
peter@linux.local
eac8a56aeb Merge pzaitsev@work.mysql.com:/home/bk/mysql-4.0
into linux.local:/data/mysql-4.0-root
2002-06-23 23:03:39 +04:00
peter@linux.local
1d074b3d16 Fix some warning issued by Windows Compiler 2002-06-23 22:50:22 +04:00
lenz@mysql.com
eb4ac4a154 Removed file include/getopt.h and added missing files to
include/Makefile.am to resolve broken dependencies in "make distcheck"

Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
configure.in
2002-06-23 17:42:29 +02:00
heikki@hundin.mysql.fi
1d225146e3 slave.cc:
Slave thread is always in an auto-commit state: remove unnecessary tests when we flush master info
2002-06-23 00:35:36 +03:00
miguel@hegel.local
581a85b1ce Compiler warning with unreferenced local variable 2002-06-22 17:55:33 -03:00
heikki@hundin.mysql.fi
0c5ad2d6cb os0sync.c:
Initing a mutex with MY_MUTEX_INIT_FAST may relieve thread thrashing on Linux
2002-06-22 23:31:51 +03:00
serg@serg.mysql.com
076fc1a621 myrg_open.c:
comment fixed, bad flag hack removed
2002-06-22 17:44:04 +00:00
heikki@hundin.mysql.fi
128e872f3c Many files:
Merge 3.23.52
2002-06-22 20:41:14 +03:00
heikki@hundin.mysql.fi
8056af30e4 ha_innobase.cc:
Use current_thd to check if a transaction is done by a slave thread
2002-06-22 20:33:48 +03:00
heikki@hundin.mysql.fi
3dd3463f92 sql_yacc.yy, mysql_priv.h, lex.h:
Add syntax SET NO_FOREIGN_KEY_CHECKS=1 and SET RELAXED_UNIQUE_CHECKS=1
2002-06-22 20:23:53 +03:00
heikki@hundin.mysql.fi
7a2b5b750a mysqld.cc:
Add option innodb_flush_log_at_trx_commit=2 which means we always write the log to file at commit, but only do fsync about once per second
2002-06-22 20:17:58 +03:00
heikki@hundin.mysql.fi
2944720cc6 ha_innobase.cc:
Merge 3.23.52
2002-06-22 20:11:01 +03:00
heikki@hundin.mysql.fi
94e926acdf log.cc, handler.cc:
Add BEGIN andd COMMIT around transactions in the binlog
2002-06-22 20:05:30 +03:00
heikki@hundin.mysql.fi
a4b29743bc slave.h, slave.cc:
Do not flush the position to master.info file if we have a transaction open
2002-06-22 20:00:32 +03:00
peter@linux.local
53ea45699b Minor compilation fix 2002-06-22 11:44:46 +04:00
lenz@mysql.com
6504a3933e Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
configure.in
2002-06-21 23:54:01 +02:00
serg@serg.mysql.com
5a54f8625e semaphore.c:
semaphore fix
2002-06-21 19:20:56 +00:00
serg@serg.mysql.com
f503efea62 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-06-21 19:17:54 +00:00
arjen@fred.bitbike.com
8bcd1be231 Added --single-transaction for mysqldump, updated --lock-tables info.
Added SHA1() function, cleaned up MD5() info.
Added AES_ENCRYPT()/AES_DECRYPT() functions, cleaned up DES info.
Updated 4.0.2 changelog for above additions.
Clarified LAST_INSERT_ID(expr) info about sequences.
Fixed URL for Perl DBI.
2002-06-21 13:54:55 +10:00
arjen@fred.bitbike.com
ab7f78d4d2 Change loose -> lose where appropriate. 2002-06-21 10:57:54 +10:00
arjen@fred.bitbike.com
3a8a6a15c5 Consistency cleanup (no space before a % percentage).
Little language/grammar fixup.
2002-06-21 10:41:37 +10:00
monty@hundin.mysql.fi
12f9623b62 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-20 23:29:22 +03:00
monty@hundin.mysql.fi
b341b5941f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-20 23:27:29 +03:00
peter@linux.local
f3cc808a28 Merge linux.local:/data/mysql-4.0-root into linux.local:/data/mysql-4.0 2002-06-21 00:27:19 +04:00
monty@hundin.mysql.fi
6ccf4e50a2 Fixes for compiling distribution with MIT-threads 2002-06-20 23:26:39 +03:00
serg@serg.mysql.com
55f666042d Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-06-20 14:18:30 +00:00
Sinisa@sinisa.nasamreza.org
297a43dd94 Some bugs that user has properly recognized in user management
system.
2002-06-20 16:46:25 +03:00
monty@hundin.mysql.fi
141e7a554a Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-20 15:59:57 +03:00
monty@hundin.mysql.fi
005cb98260 Removed fix that broke compilation when not using mit-pthreads 2002-06-20 15:29:47 +03:00
monty@hundin.mysql.fi
89f8978731 Fixed some bugs after last merge
Added semaphore support to MIT-pthreads.
2002-06-20 15:25:02 +03:00
serg@serg.mysql.com
f79d75fae6 post-merge comment style fix 2002-06-20 00:58:54 +00:00
serg@serg.mysql.com
099d78d4cb resolving 2002-06-20 00:55:06 +00:00
serg@serg.mysql.com
5c83ae3fca multithreaded repair-by-sort code
parallel read access to IO_CACHE
2002-06-19 23:54:45 +00:00
arjen@fred.bitbike.com
5b0c7b5a01 Clarified REPLACE command a bit. 2002-06-20 09:28:50 +10:00
arjen@fred.bitbike.com
fa15bc6f94 Various clarifications and cleanups. 2002-06-20 08:46:44 +10:00
monty@hundin.mysql.fi
a3538124d7 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-19 12:31:15 +03:00
arjen@fred.bitbike.com
256378fb48 Serious rewrite of the "reset forgotten password" section. 2002-06-19 16:51:49 +10:00
arjen@fred.bitbike.com
a3ae5573aa Typo fix (noted by Mathias Berchtold). 2002-06-19 11:57:59 +10:00
monty@hundin.mysql.fi
3184dc1f16 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-19 00:38:58 +03:00
monty@hundin.mysql.fi
0d8e13979d Made keyread (key scanning) a key specific attribute.
This avoids using fulltext keys for table scanning.
This also reverts Sinisa's original fix for this problem.
2002-06-19 00:22:30 +03:00
Sinisa@sinisa.nasamreza.org
6ad30c9b2d Fixed some comments , plus introduced some tests so that I do not
make some new mistakes.
2002-06-18 17:38:06 +03:00
heikki@hundin.mysql.fi
73ffcf6ec6 manual.texi:
Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
2002-06-18 10:34:00 +03:00