Commit graph

14660 commits

Author SHA1 Message Date
rburnett@build.mysql.com
bee5f9a22d log.cc:
Changed label on INFORMATION log items to NOTE
2004-09-08 22:05:49 +02:00
konstantin@mysql.com
48162f9653 A fix and test case for Bug#5194 "Bulk Insert Failures with Prepared
Statements": 
- fix a couple of net->buff overruns in libmysql,
- check in the server that statement parameter count is less than
  65535 (maximum value supported by prepared statements protocol).
2004-09-08 23:07:11 +04:00
bell@sanja.is.com.ua
af5785c692 Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
2004-09-08 21:58:22 +03:00
bell@sanja.is.com.ua
31c63b07c9 test case of bug#5220 2004-09-08 21:54:01 +03:00
sergefp@mysql.com
b30570be29 Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/dbdata/psergey/mysql-4.1-bug-grp
2004-09-08 22:44:16 +04:00
sergefp@mysql.com
c8422dfcc7 Fix for bug#5400 "GROUP_CONCAT returns everything twice":
Don't evaluate the value of GROUP_CONCAT several times for the same 'group', reuse the value instead.
2004-09-08 22:43:37 +04:00
paul@kite-hub.kitebird.com
a022b3c549 mysql.cc:
Print sqlstate value in batch mode, not just in interactive mode.
2004-09-08 13:28:11 -05:00
tomas@poseidon.(none)
a34f63cf33 removed unnecesary check in ConfigInfo
added retries to tryBind
2004-09-08 16:31:52 +00:00
mskold@mysql.com
b1000a7430 Merge mskold@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
2004-09-08 17:05:19 +02:00
tomas@poseidon.(none)
2b69d30f80 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.(none):/home/tomas/mysql-4.1
2004-09-08 14:36:08 +00:00
tomas@poseidon.(none)
efad5ba74b Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.(none):/home/tomas/mysql-4.1
2004-09-08 14:31:13 +00:00
tomas@poseidon.(none)
e4290e4831 dded method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB
added sanity checks for config file
changed so that ndb_0 is replaced by ndb_pid#### in ndb files
added error_string for to some functions, alloc_node_id(), start()
added better error printout for failed alloc node id
better error printouts for failures when starting ndb_mgmd
2004-09-08 14:30:39 +00:00
ram@gw.mysql.r18.ru
0cb0ae35b6 After merge fix. 2004-09-08 17:38:57 +05:00
joreland@mysql.com
9b5efa4c5c Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-08 13:44:52 +02:00
joreland@mysql.com
92abbaf55e Restore transid when flushing 2004-09-08 13:42:44 +02:00
mskold@mysql.com
e35f485032 Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1-ndb
2004-09-08 12:42:22 +02:00
mskold@mysql.com
2917be9491 Modified bulk load to allow ndbcluster to flush transactions 2004-09-08 11:50:17 +02:00
ndbdev@ndbmaster.mysql.com
44d34cb6d0 wl1292 - mysql-test-run in autotest
Reset SIGCHLD before exec-ing
2004-09-08 11:18:22 +02:00
serg@serg.mylan
9a1456b45a few s/sql_print_error/sql_print_information/ 2004-09-08 10:45:50 +02:00
konstantin@mysql.com
3640843a8b A fix and test case for bug#5399 "Wrong statement executed by MySQL
server" (use my_charset_bin for stmt id hash).
2004-09-08 12:33:05 +04:00
ndbdev@ndbmaster.mysql.com
91cb0fbc82 Removed usage of "useFullyQualifiedNames" 2004-09-08 08:02:59 +02:00
joreland@mysql.com
f63f994b73 bug#at - testNdbApi WaitUntilReady, MaxNdb
fix delete of dictionary before connection has been established
2004-09-08 06:48:03 +02:00
joreland@mysql.com
e9edf3cfb9 BUG#ndb_blob on 1 node
Make sure to flush buffer when sending long sig so that order is maintained
2004-09-08 06:26:44 +02:00
igor@rurik.mysql.com
dab8918647 Merge rurik.mysql.com:/home/igor/mysql-4.1
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
2004-09-07 19:49:16 -07:00
igor@rurik.mysql.com
7777f759cb func_group.test, func_group.result:
Added test case for bug #5406.
opt_sum.cc:
  Fixed bug #5406.
2004-09-07 19:46:09 -07:00
serg@serg.mylan
0afcaac5a8 after merge 2004-09-07 22:10:15 +02:00
joreland@mysql.com
e8566a205a Bug#5429
Use const table * in NDB API
2004-09-07 21:53:59 +02:00
serg@serg.mylan
323e683cbf merged 2004-09-07 21:30:28 +02:00
igor@rurik.mysql.com
9bafeecb24 Merge rurik.mysql.com:/home/igor/mysql-4.0
into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
2004-09-07 10:08:17 -07:00
igor@rurik.mysql.com
b0784773a7 select.test:
Added newline at the end of file.
2004-09-07 10:03:46 -07:00
serg@serg.mylan
c26246b083 after merge fixes 2004-09-07 16:56:31 +02:00
mskold@mysql.com
6fc7cef065 Merge mskold@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
2004-09-07 16:23:17 +02:00
mskold@mysql.com
5827b829b0 Added use of buffer argument in index_read 2004-09-07 16:22:42 +02:00
mskold@mysql.com
19a2eced82 Removed unnecessary condition 2004-09-07 16:21:29 +02:00
serg@serg.mylan
413a8753e2 merged 2004-09-07 15:18:53 +02:00
guilhem@mysql.com
7f8bd81d22 Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/mysql_src/mysql-4.0
2004-09-07 14:58:40 +02:00
guilhem@mysql.com
168e4c9c6b when we update thd->db in replication, it's safer to update thd->db_length too.
This does not fix any known bug, but is still a good idea.
2004-09-07 14:57:54 +02:00
ram@gw.mysql.r18.ru
8b778e0aa3 Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2205
2004-09-07 17:57:46 +05:00
joreland@mysql.com
aa27f0ed75 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-07 14:30:12 +02:00
tomas@poseidon.(none)
7d192fcbd7 fixed NdbConnection::restart and made use of it in ha_ndbcluster
added testcase
2004-09-07 12:30:11 +00:00
hf@deer.(none)
bff3ed00f8 Code cleanup 2004-09-07 17:28:26 +05:00
ram@gw.mysql.r18.ru
173561b0cd Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2205
2004-09-07 17:26:15 +05:00
guilhem@mysql.com
3dd35e1ab6 clean up at end of test (thanks serg) 2004-09-07 14:20:48 +02:00
serg@serg.mylan
707def6fd0 better fix for bug#5001 2004-09-07 13:48:38 +02:00
serg@serg.mylan
30b7504330 Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-09-07 13:37:29 +02:00
serg@serg.mylan
001dfd3d48 cleanup 2004-09-07 13:36:27 +02:00
hf@deer.(none)
ec6832ce55 Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.5371
2004-09-07 16:34:42 +05:00
hf@deer.(none)
f8aff9934d Small fixes to patch for #5371 2004-09-07 16:33:39 +05:00
joreland@mysql.com
cf452282d7 Fix scan with keyinfo 2004-09-07 13:24:12 +02:00
tomas@poseidon.(none)
0187978567 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-07 10:56:07 +00:00