pekka@mysql.com
6463a6d7cd
ndb: wl-1893: range scanning backwards, handler
2004-12-20 15:12:42 +01:00
marty@shark.
9f8fb94a81
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into shark.:/home/marty/MySQL/mysql-5.0-ndb
2004-12-20 14:02:42 +01:00
joreland@mysql.com
8ce977facb
ndb - Fix testNodeRestart -n CommittedRead
2004-12-20 13:55:41 +01:00
marty@shark.
b7731e4cc7
chmod a+x
2004-12-20 13:51:53 +01:00
marty@shark.
1028b4eb5a
.del-compile-amd64-max~55ce22d5200bf8da:
...
Delete: BUILD/compile-amd64-max
2004-12-20 13:50:27 +01:00
marty@shark.
f9033e6741
chmod a+x
2004-12-20 13:48:56 +01:00
marty@shark.
546830dcfd
.del-compile-amd64-max~f3b2b8c5aefbeacb:
...
Delete: BUILD/compile-amd64-max
2004-12-20 13:48:08 +01:00
marty@shark.
2cf2f2bd07
logging_ok:
...
Logging to logging@openlogging.org accepted
compile-amd64-max, compile-amd64-debug-max:
new file
2004-12-20 13:32:02 +01:00
joreland@mysql.com
035dcb8cfb
ndb - bug fixes for autotest
2004-12-20 12:54:23 +01:00
tomas@poseidon.ndb.mysql.com
7b47be8990
added config parameter Group on connection
...
moved NdbWaiter, m_ndb_cluster_connection, to impl class
moved node selection things to cluster connection
moved all private things to impl class
added opts for shared memory and node selection
changed opts handling somewhat; introduced enum for options and common handling of option variables
added checks for transporter support
automatic addition of shared mem transporters
moved wait_until_ready code to cluster connection
added control of usage of new node selection method
2004-12-20 12:36:14 +01:00
ndbdev@shark.
603adf1251
compile IM in ndb-clone
2004-12-20 11:52:59 +01:00
dlenev@brandersnatch.localdomain
d65e78b527
Added test which covers nicely recent cleanup in derived tables
...
processing.
2004-12-20 09:55:06 +03:00
stewart@mysql.com
a7608be233
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
...
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl2
2004-12-20 12:31:45 +11:00
stewart@mysql.com
4382caa0fb
Part 1 of impl2 of WL2278 (Dynamic port allocation of cluster nodes).
...
Implementation of "get connection parameter" mgmd call for getting from mgmd what port to use for a connection between two nodes.
(The actual use of this function is not yet implemented)
2004-12-20 12:24:40 +11:00
stewart@mysql.com
6cd660dc1a
Merge 5.0-ndb into local, resolve conflicts
2004-12-20 11:32:08 +11:00
monty@mysql.com
0383b3fe6e
Changed mode of result files to -rw-rw-r--
2004-12-19 21:25:11 +02:00
monty@mysql.com
ef910e695b
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-12-19 20:26:30 +02:00
monty@mysql.com
6477b4dfd2
Merge with global tree
...
Fixed some found bugs in BIT fields
Added more test cases for BIT fields and varchar
2004-12-19 20:25:19 +02:00
konstantin@mysql.com
9f5f59532c
Fix assertion failure in client_test when linked with the embedded
...
library: stmt_update_metadata (used when we update max_length
in mysql_stmt_store_result) needs valid row->length.
2004-12-19 20:28:52 +03:00
dlenev@mysql.com
c2ec8d37c7
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0
2004-12-19 13:39:28 +03:00
dlenev@mysql.com
578b091d73
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-tzbug
2004-12-19 13:12:06 +03:00
kaa@polly.local
3777af459e
Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into polly.local:/home/kaa/src/mysql-5.0
2004-12-19 13:00:03 +03:00
kaa@polly.local
8bebebf826
Fixed cut&paste bug that broke compilation with compile-pentium-valgrind-max
2004-12-19 12:57:34 +03:00
dlenev@mysql.com
b174219777
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0
2004-12-19 12:52:18 +03:00
dlenev@brandersnatch.localdomain
48fcadf358
Small cleanup of derived tables handling.
...
We should not call free_tmp_table() for derived table in
mysql_derived_filling(), since by this moment this table is already
registered in THD::derived_tables list and thus free_tmp_table() will
be called for it automatically in close_thread_tables().
2004-12-19 12:51:40 +03:00
dlenev@mysql.com
ca8373f49d
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-tzbug
2004-12-19 11:32:21 +03:00
petr@mysql.com
52666fca26
fix for Bug#7386 - IM fails to compile on alpha with Compaq C++ compiler
2004-12-19 03:07:05 +03:00
paul@frost.snake.net
66f0ff16a3
mysql.cc:
...
Fix up mysql help messages.
2004-12-18 14:30:00 -06:00
paul@frost.snake.net
adfb20f64a
fill_help_tables.sh:
...
Convert @samp{c} to 'c', not c.
2004-12-18 14:22:20 -06:00
heikki@hundin.mysql.fi
7d68f2e40d
trx0roll.c:
...
Put a sensible value of thread id and process no to a background rollback transaction
2004-12-18 19:52:43 +02:00
guilhem@mysql.com
031474cf17
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1-clean
2004-12-18 18:31:49 +01:00
heikki@hundin.mysql.fi
2a072721c3
trx0roll.c:
...
Fix the rollback progress printout in crash recovery
2004-12-18 18:44:03 +02:00
heikki@hundin.mysql.fi
75b6b7ed70
trx0roll.c:
...
Print progress of background rollback of transactions with more than 1000 undo log entries
srv0start.c, trx0roll.c, log0recv.c, trx0roll.h:
Cleanup background rollback code in crash recovery; do not flush all modified pages from the buffer pool after a crash recovery: this makes mysqld accesible for users more quickly
2004-12-18 18:20:23 +02:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
498c2bc46a
Fix test results
2004-12-18 15:15:41 +00:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
1be319a708
Merge Bug#7391 from 4.0
2004-12-18 15:12:10 +00:00
georg@beethoven.local
ae3028e5a3
Merge
2004-12-18 15:00:50 +01:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
27133a48db
Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug7391.4
2004-12-18 11:59:10 +00:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
a524018ab3
Fix test
2004-12-18 11:57:17 +00:00
monty@mysql.com
eb83e8a046
Simplify code during review
2004-12-18 13:45:19 +02:00
heikki@hundin.mysql.fi
afc9c81292
rem0rec.ic:
...
Do not use short int in rem0rec.ic, since its size is not fixed in ANSI C; improve comments of the relative offset field in a record; use mach_read_from_2() to read the relative offset field to save CPU time, if the compiler does not optimize a more complex access function
2004-12-18 13:04:34 +02:00
joreland@mysql.com
652a29711b
merge
2004-12-18 11:49:15 +01:00
joreland@mysql.com
9184b05435
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0
2004-12-18 11:49:14 +01:00
monty@mysql.com
2a215c17bb
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-12-18 12:49:14 +02:00
gluh@gluh.mysql.r18.ru
bc7860c80c
Fix for bug #7213 : information_schema: redundant non-standard TABLE_NAMES table
2004-12-18 13:49:13 +03:00
gluh@gluh.mysql.r18.ru
bf0104045d
Fix for bug #7210 : information_schema: can't access when table-name = reserved word
2004-12-18 12:48:01 +03:00
monty@mysql.com
f37fd31ddc
Merge with global tree
2004-12-18 06:05:16 +02:00
matt@booty.(none)
35942c09de
my-innodb-heavy-4G.cnf.sh:
...
I fixed the typos in the transaction-isolation comments.
I fixed the spelling mistakes in the comment. It had tripped up a support
customer as they couldn't start the server with transaction-isolation=
read-commited
2004-12-17 22:25:35 -05:00
monty@mysql.com
3fb088a075
Add 0x before pointers (to help with debugging)
...
Add support for VARCHAR with 1 or 2 length bytes
Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
Give error if we got problems in temporary tables during a SELECT
Don't use new table generated by ALTER TABLE if index generation fails
Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
2004-12-18 05:19:21 +02:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
1e07c1a6c1
Remove bogus lines
2004-12-18 02:34:11 +00:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
3047649845
Bug#7391 - Multi-table UPDATE security regression
...
Add in missing privilege checks.
Tests for the privileges.
2004-12-18 02:07:32 +00:00