marko@hundin.mysql.fi
2f1ce9e6c2
InnoDB: Ignore innodb_autoextend_increment patch from 4.0,
...
because it was backported from an earlier implementation in 4.1.
2005-01-25 16:48:21 +02:00
marko@hundin.mysql.fi
638e2bd733
InnoDB: Backport innodb_autoextend_increment from 4.1
2005-01-25 16:27:13 +02:00
mskold@mysql.com
da658b9f11
Fix for failing INSERT IGNORE in test ndb_insert
2005-01-25 15:08:51 +01:00
tomas@poseidon.ndb.mysql.com
d8fe3d01af
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2005-01-25 13:48:12 +01:00
tomas@poseidon.ndb.mysql.com
b4eebbc0b6
changed from using column names to column id in ndb setBound in ha_ndbcluster
2005-01-25 13:46:40 +01:00
ram@gw.mysql.r18.ru
3064b555a6
tT replaced with T1 to be more predictable.
2005-01-25 16:42:16 +04:00
marko@hundin.mysql.fi
ee22415528
Merge hundin.mysql.fi:/home/marko/k/mysql-4.0
...
into hundin.mysql.fi:/home/marko/k/mysql-4.1
2005-01-25 14:17:51 +02:00
marko@hundin.mysql.fi
ea1bd1d5e5
InnoDB: Enable ut_ad() assertions in MySQL debug builds.
2005-01-25 14:16:41 +02:00
monty@mysql.com
36c8977dc6
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/my/mysql-4.1
2005-01-25 14:02:09 +02:00
monty@mysql.com
ef448b7fb1
Add flags for Intel 64 bit
2005-01-25 14:00:35 +02:00
ram@gw.mysql.r18.ru
bb1fe73356
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
2005-01-25 13:39:19 +04:00
tomas@poseidon.ndb.mysql.com
89359d59db
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2005-01-25 10:06:09 +01:00
tomas@poseidon.ndb.mysql.com
1baa14bbe1
backported ndb_mgm options from 5.0
...
changed ndb_restore test somewhat to fisrt make the tables in myisam
2005-01-25 10:03:27 +01:00
ingo@mysql.com
88c434a905
Merge mysql.com:/home/mydev/mysql-4.1
...
into mysql.com:/home/mydev/mysql-4.1-4100
2005-01-25 09:06:11 +01:00
ram@gw.mysql.r18.ru
8c043a299b
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
2005-01-25 11:06:12 +04:00
ram@gw.mysql.r18.ru
35b521c925
Test case (bug #7261 : Alter table loses temp table with lower_case_table_names=2).
2005-01-25 10:58:30 +04:00
tomas@poseidon.ndb.mysql.com
866182d35b
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2005-01-25 07:23:07 +01:00
jan@hundin.mysql.fi
c5a0ef7386
Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/jan/mysql-4.1
2005-01-25 08:00:23 +02:00
jimw@mysql.com
7454f2f097
Merge bk-internal:/home/bk/mysql-4.1
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-01-24 15:39:41 -08:00
konstantin@mysql.com
4a7fd21f12
A fix for Bug#5787 "mysql_stmt_prepare is upto 8 times slower":
...
it's crucial to disable Nagle algorithm on client for no-reply commands
(like mysql_stmt_free) to always work fast.
Nagle algorithm instructs the sender to buffer (store) data if any
unacknowledged data is outstanding and the size of to-send data is less than
the network segment. It was exactly the case with COM_STMT_CLOSE after
COM_STMT_PREPARE, so the client was waiting for Nagle timer to expire or
for ACK from the server, while the server was holding up ACK because of
delayed acknowledgement algorithm.
The tricky part is that we have been already disabling Nagle
algorithm (by setting TCP_NODELAY)
almost everywhere except Windows (and maybe Netware).
It is the reason why the bug was repeatable only with Windows client.
2005-01-25 02:31:51 +03:00
jimw@mysql.com
09aaba03cf
Merge mysql.com:/home/jimw/my/mysql-4.1-7887
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-01-24 12:47:19 -08:00
jimw@mysql.com
fa1098618e
Set lower_case_file_system when it is being tested to check if
...
lower_case_tables_names=2 is sensible. Related to Bug #7887 .
2005-01-24 12:31:14 -08:00
serg@serg.mylan
c33f1b6e63
Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2005-01-24 19:45:15 +01:00
ingo@mysql.com
793d9bccfd
Merge mysql.com:/home/mydev/mysql-4.1
...
into mysql.com:/home/mydev/mysql-4.1-4100
2005-01-24 19:23:53 +01:00
tomas@poseidon.ndb.mysql.com
9ec1fda2cf
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2005-01-24 19:15:44 +01:00
serg@serg.mylan
1ca9d6497b
remove the entry from the list, before freeing
2005-01-24 18:38:46 +01:00
kent@mysql.com
878e99e65d
my_global.h:
...
Bug#7145 Added cast to doublestore() and ARM
2005-01-24 17:10:03 +01:00
kent@mysql.com
67d246ac2f
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
2005-01-24 16:57:57 +01:00
kent@mysql.com
777595bd61
mysql_client_test.test, mysql-test-run.sh:
...
Let MYSQL_CLIENT_TEST be set with command line from mysql-test-run script
mysql-test-run.sh:
Renamed client_test to mysql_client_test
Support --embedded-server test on installed server
mysql_client_test.test:
Renamed client_test to mysql_client_test
Use env var CLIENT_TEST with full name, it differs when run with --embedded-server
Rename: mysql-test/t/client_test.test -> mysql-test/t/mysql_client_test.test
2005-01-24 16:56:17 +01:00
bell@sanja.is.com.ua
6d71acf01e
fixed way of forward reference detection to support literal constant (BUG#8025)
2005-01-24 17:17:19 +02:00
serg@serg.mylan
79240013b2
Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2005-01-24 15:50:13 +01:00
serg@serg.mylan
67ba2e367a
fixes/cleanups according to Coverity report
2005-01-24 15:48:25 +01:00
bell@sanja.is.com.ua
2371c992de
check that row elements have the same dimention that SELECT list elements in comporison between rows and subqueries added (BUG#8022)
2005-01-24 15:56:57 +02:00
bell@sanja.is.com.ua
76ae5caca0
fixed column number fetchinmg for subqueries. (BUG#8020)
...
fixed cols() method call (it have to be called only after fix_fields())
2005-01-24 14:25:44 +02:00
jan@hundin.mysql.fi
620116a7e1
Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/jan/mysql-4.1
2005-01-24 14:23:28 +02:00
tomas@poseidon.ndb.mysql.com
eba78e5ef6
ndb_restore.result, mysql-test-run.sh:
...
added ndb_restore test
ndb_restore.result, ndb_restore.test:
new file
2005-01-24 13:06:27 +01:00
ram@gw.mysql.r18.ru
5432e8a3d7
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1
2005-01-24 13:47:52 +04:00
ingo@mysql.com
47c4009149
Merge mysql.com:/home/mydev/mysql-4.1
...
into mysql.com:/home/mydev/mysql-4.1-4100
2005-01-24 10:47:52 +01:00
tomas@poseidon.ndb.mysql.com
a551510cfd
mysql-test-run.sh:
...
backported access to ndb_mgm from 5.0
2005-01-24 10:47:51 +01:00
tomas@poseidon.ndb.mysql.com
241a18585b
remmoved inline in NdbRecAttr methods including memcpy
2005-01-24 10:33:39 +01:00
ingo@mysql.com
5f23207d95
Merge mysql.com:/home/mydev/mysql-4.0
...
into mysql.com:/home/mydev/mysql-4.0-4000
2005-01-24 10:08:45 +01:00
ram@gw.mysql.r18.ru
1791e10824
Stick FN_REFLEN to PATH_MAX.
2005-01-24 13:04:52 +04:00
jan@hundin.mysql.fi
a37a3cd69c
Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/jan/mysql-4.1
2005-01-24 09:55:41 +02:00
bell@sanja.is.com.ua
5e36e83164
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
2005-01-23 21:58:24 +02:00
tomas@poseidon.ndb.mysql.com
e38381f241
backported from 5.0 extra option to ndb_waiter
2005-01-23 12:12:50 +01:00
kent@mysql.com
f15c329005
Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-4.1-lenz
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
2005-01-22 19:33:04 +01:00
igor@rurik.mysql.com
0b61a16fd2
Merge rurik.mysql.com:/home/igor/dev/mysql-4.0-0
...
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
2005-01-22 02:42:54 -08:00
igor@rurik.mysql.com
8527f256c0
select_found.result, select_found.test:
...
Added a test case for bug #7945 .
sql_select.cc:
Fixed bug #7945 . If DISTINCT is used only with constants
in a query with GROUP BY, we can apply an optimization
that set LIMIT to 1 only in the case when there is
no SQL_CALC_FOUND_ROWS.
2005-01-22 02:40:27 -08:00
heikki@hundin.mysql.fi
e30b5f86e5
fil0fil.c:
...
Fix a race condition that could cause the assertion space->n_pending_flushes == 0 to fail in fil0fil.c, in fil_space_free(), in DROP TABLE or in ALTER TABLE
2005-01-22 04:45:22 +02:00
tomas@poseidon.ndb.mysql.com
61b50b577e
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2005-01-21 19:33:54 +01:00