Sinisa@sinisa.nasamreza.org
9bd57aa40e
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-06-02 14:14:10 +03:00
monty@narttu.mysql.fi
f6a365a532
Small fixes (nothing nameworthy)
2003-06-01 23:40:01 +03:00
monty@narttu.mysql.fi
891d7ccd86
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-06-01 12:33:23 +03:00
monty@narttu.mysql.fi
02adbe6599
Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478
2003-06-01 12:32:53 +03:00
bell@sanja.is.com.ua
902415bf3c
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
2003-06-01 10:51:33 +03:00
Sinisa@sinisa.nasamreza.org
ec4a0ee477
several bug fixes
2003-05-31 21:35:20 +03:00
bell@sanja.is.com.ua
2848e6c0d4
fixed bug 549 - incorect query cache memory formating on very small query cache sizes
2003-05-31 01:41:11 +03:00
gluh@gluh.mysql.r18.ru
3317cfdc7d
Fix for compiling MySQL-4.0.13 with SSL support on OpenBSD
2003-05-30 18:41:19 +05:00
gluh@gluh.mysql.r18.ru
450f168bd4
Fix for bug #529 ("x509" no allowed as field name)
2003-05-29 14:52:25 +05:00
bar@bar.mysql.r18.ru
e546f33a1d
item_cmpfunc.cc:
...
Fix for multibyte charsets
2003-05-28 11:24:48 +05:00
guilhem@mysql.com
eff179ba8f
Merge gbichot@213.136.52.20:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-05-27 18:19:32 +02:00
guilhem@mysql.com
cf3cda2778
Removed bad mutex locking
2003-05-27 18:16:50 +02:00
monty@narttu.mysql.fi
da05a3e3f9
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-27 16:40:39 +03:00
monty@narttu.mysql.fi
381492093e
Fixed problem with mysql prompt when server disconnect. (Bug 356)
...
Fixed problem with localtime -> gmt where some times resulted in
different (but correct) timestamps. Now MySQL should use the smallest
possible timestamp value in this case. (Bug 316)
2003-05-27 16:40:14 +03:00
guilhem@mysql.com
97f9aa2aaf
temporary update of the test to satisfy merge; will commit a final update
...
soon.
2003-05-27 14:50:14 +02:00
monty@narttu.mysql.fi
553637cbc4
Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0
2003-05-26 20:35:27 +03:00
monty@narttu.mysql.fi
873033932a
Fixed bug when installing mysqld as a service with 2 arguments (option + service-name)
2003-05-26 20:09:53 +03:00
monty@narttu.mysql.fi
1b14aa0d93
Merge with 3.23 to get fix for kill mysqld-pid
2003-05-26 17:55:49 +03:00
monty@narttu.mysql.fi
2c4a2cecda
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into narttu.mysql.fi:/my/mysql-3.23
2003-05-26 17:29:32 +03:00
monty@narttu.mysql.fi
01de316fc2
Fixed problem with 'kill pid-of-mysqld' on Mac OS X
2003-05-26 17:24:16 +03:00
monty@narttu.mysql.fi
4ead61f873
code cleanup
2003-05-26 15:08:17 +03:00
monty@narttu.mysql.fi
17dfc88105
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-26 13:36:43 +03:00
monty@narttu.mysql.fi
48ecf0e8a7
Fixed core dump bug when shuting down mysqld
2003-05-26 13:10:08 +03:00
monty@narttu.mysql.fi
102c477760
Added testing of LOAD DATA ... STARTING BY
...
Added read_only variable
2003-05-26 11:47:03 +03:00
monty@mashka.mysql.fi
9f3ade0670
Added missing free for last patch
2003-05-26 06:16:50 +03:00
guilhem@mysql.com
9ed9ad5374
- Fix for memory leak if the SQL slave thread is killed just after reading an event.
...
- A few more mutex locks and unlocks of rli.log_space_lock for doing clean reads of
rli.ignore_log_space_limit
- Broadcast after unlock, not before (small speed optimisation).
2003-05-25 23:09:46 +02:00
heikki@hundin.mysql.fi
11ae9595c7
log.cc:
...
If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
2003-05-25 23:37:32 +03:00
guilhem@mysql.com
8a1e18f4cb
Fix for bug #490 and #491 (see details below)
2003-05-24 16:43:53 +02:00
guilhem@mysql.com
0b875e908f
Fix for #468 [Ver]: SHOW VARIABLES trims innodb_data_file_path
...
(this bug was already fixed in 4.0, I just copied and pasted two lines).
2003-05-23 16:40:21 +02:00
vva@eagle.mysql.r18.ru
6b5c9851a4
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-3.23
2003-05-21 15:18:30 -04:00
vva@eagle.mysql.r18.ru
4ae8af4ae2
fixed "LINES STARTING" in load data replication
2003-05-21 15:16:56 -04:00
vva@eagle.mysql.r18.ru
d124cd5bd7
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-4.0
2003-05-21 14:58:11 -04:00
vva@eagle.mysql.r18.ru
09348e271a
fixed 'STARTING BY' in replication
2003-05-21 14:54:02 -04:00
monty@narttu.mysql.fi
fc0df599dc
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-19 12:02:11 +03:00
monty@narttu.mysql.fi
c01678bc3d
Added option --read-only (Thanks to Markus Benning)
2003-05-19 12:01:38 +03:00
heikki@hundin.mysql.fi
5359d04608
buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h:
...
Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
trx0trx.c:
Add forgotten return value (it was not used anywhere, fortunately)
ha_innodb.h, mysql_priv.h:
Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
2003-05-16 16:27:50 +03:00
monty@narttu.mysql.fi
dcb7b452bd
Fixed bug in CREATE ... DECIMAL(-1,1). Bug #432
2003-05-14 22:12:55 +03:00
monty@narttu.mysql.fi
413bb98b5c
SHOW TABLE STATUS displayed wrong Row_format for myisampack'ed tables. (Bug #427 )
2003-05-14 09:37:04 +03:00
monty@narttu.mysql.fi
d8a6c1ca22
Fix for checking global_access rights
2003-05-14 01:55:23 +03:00
monty@narttu.mysql.fi
717cbb6da1
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-14 01:28:59 +03:00
monty@narttu.mysql.fi
3e72b423e3
Fix for MacOSX and symlinks
...
Fix for USE_FRM and crashed index file
2003-05-14 01:27:26 +03:00
guilhem@mysql.com
6f9f6066f2
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-05-13 23:03:33 +02:00
guilhem@mysql.com
05c8973671
Fix for bug 343 : we require only REPLICATION CLIENT for
...
SHOW SLAVE STATUS and SHOW MASTER STATUS, because this is what
the manual states. We still accept SUPER.
2003-05-13 23:03:00 +02:00
monty@narttu.mysql.fi
c4d3270460
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-13 22:35:41 +03:00
jani@hynda.(none)
f0a2ca1a7b
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into hynda.(none):/home/my/bk/mysql-4.0
2003-05-13 22:34:04 +03:00
jani@hynda.(none)
447bebfd77
Fixed a bug in DROP DATABASE when database had a RAID type table.
...
Bug ID 381.
2003-05-13 22:28:34 +03:00
monty@narttu.mysql.fi
d9aa95631e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-13 22:09:03 +03:00
pem@mysql.com
44026b18b4
Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.
2003-05-13 19:16:30 +02:00
monty@narttu.mysql.fi
41d2103e26
Fixed 'Unknown error' when using 'UPDATE ... LIMIT'. Bug 373
2003-05-13 20:07:43 +03:00
jani@hynda.(none)
c9c5841760
- Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342
...
- Fix for QNX: UNIX sockets available since 6.2.1
2003-05-13 19:34:51 +03:00
monty@narttu.mysql.fi
2693203a08
Fixed problem with ansi mode and GROUP BY with constants. (Bug #387 )
2003-05-13 19:26:07 +03:00
monty@narttu.mysql.fi
13530887cb
Fix for UNION and LEFT JOIN (Bug #386 )
...
Fixed wrong logging of Access denied error (Bug #398 )
2003-05-13 18:58:26 +03:00
monty@mashka.mysql.fi
0eeee3670e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-05-13 10:54:42 +03:00
monty@mashka.mysql.fi
4bde719df7
Safety fix to enable RAID in max binaries
...
Better fix for format('nan')
Fix for HAVING COUNT(DISTINCT...)
2003-05-13 10:54:07 +03:00
guilhem@mysql.com
7e85affd1e
MySQL-classic did not pass the test suite rpl_rotate_logs.test anymore because a recent 1.1424.2.17 cset introduced an opt_using_transactions
...
which prevented binlogs to be rotated if transactions were not enabled. Fix for this. This bug did not affect releases.
2003-05-10 14:52:22 -04:00
monty@mashka.mysql.fi
b3bab6aa73
merge with 3.23
2003-05-08 00:41:46 +03:00
monty@mashka.mysql.fi
8a28428c0a
Better grant test for SELECT *
2003-05-08 00:34:23 +03:00
monty@mashka.mysql.fi
5d5d5b08ac
Merge to get security patch
2003-05-08 00:12:46 +03:00
monty@mashka.mysql.fi
71ce598fa2
Security patch to remove wrong error when one had a global update/delete privilige and a database specific SELECT privilege.
2003-05-07 23:59:24 +03:00
monty@mashka.mysql.fi
38bb63e16b
Updated comment
2003-05-07 23:15:46 +03:00
heikki@hundin.mysql.fi
ef6f91458d
sql_select.cc, opt_sum.cc:
...
Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value
2003-05-07 19:01:45 +03:00
monty@narttu.mysql.fi
7c7e0b8e02
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-05 14:58:33 +03:00
monty@narttu.mysql.fi
3e1afec671
Fixed that reading a DATE string of 000000 is interpreted as 0000-00-00 instead of 2000-00-00
2003-05-05 14:52:39 +03:00
serg@serg.mylan
431639a785
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-05-05 00:30:18 +02:00
peter@mysql.com
ac377a684e
Minor fix to previous code
2003-05-04 21:35:20 +04:00
serg@serg.mylan
12e53eb9e1
parallel-repair available in mysqld
2003-05-04 18:43:37 +02:00
serg@serg.mylan
356b7f62fb
count_bits() moved to mysys/
2003-05-04 18:43:07 +02:00
peter@mysql.com
afafe36b3e
Added innodb_max_dirty_pages_pct parameter to limit amount
...
of dirty pages in the buffer pool (can be changed online)
2003-05-04 14:41:21 +04:00
serg@serg.mylan
6db5e7f428
"delete from table where const" bug fixed
2003-05-03 18:08:11 +02:00
monty@narttu.mysql.fi
5f028be2e6
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-03 16:22:56 +03:00
monty@narttu.mysql.fi
7410b6cbdf
Fix problem where key_read was not cleaned up properly, which caused assert in innodb test.
2003-05-03 16:21:43 +03:00
heikki@hundin.mysql.fi
35fd869e51
Many files:
...
Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released
2003-05-03 02:29:40 +03:00
serg@serg.mylan
fe560da59f
avoid sigsegv when open_ltable() fails in REPAIR ... USE_FRM
2003-05-02 22:12:15 +02:00
Sinisa@sinisa.nasamreza.org
7a450cb131
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-04-30 14:27:51 +03:00
monty@narttu.mysql.fi
9e4f394e59
Fix reference to not initialized memory
...
Changed handing of priv_host to fix bug in FLUSH PRIVILEGES
2003-04-30 10:15:09 +03:00
Sinisa@sinisa.nasamreza.org
0ed1cbbd48
Porting back security fix from 4.0.
...
All tests plus grant.pl test passed.
2003-04-29 18:24:33 +03:00
Sinisa@sinisa.nasamreza.org
7a01adf55a
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-04-29 15:57:13 +03:00
Sinisa@sinisa.nasamreza.org
b086445181
merge fix
2003-04-29 14:35:10 +03:00
Sinisa@sinisa.nasamreza.org
89d9766fd2
code cleanup
2003-04-29 14:13:22 +03:00
serg@serg.mylan
d13e4fc532
CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)
2003-04-29 00:15:18 +02:00
monty@mashka.mysql.fi
dea3a3a88e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-04-28 10:34:34 +03:00
monty@mashka.mysql.fi
51eed4b48c
Fix for openssl on Solaris
...
Fix for grant bug with SELECT *
2003-04-28 10:32:56 +03:00
greg@mysql.com
eda4590086
Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/greg/bk/mysql-4.0
2003-04-27 21:16:20 -04:00
monty@mashka.mysql.fi
c137673711
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-04-27 22:12:38 +03:00
monty@mashka.mysql.fi
dd377bfba6
Fixed problem when comparing a key for a multi-byte-character set. (bug 152)
...
Use 0x.... as strings if 'new' mode. (bug 152)
Don't report -max on windows when InnoDB is enabled. (bug 332)
Reset current_linfo; This could cause a hang when doing PURGE LOGS.
Fix for row numbers in EXPLAIN (bug 322)
Fix that USE_FRM works for all table types (bug 97)
2003-04-27 22:12:08 +03:00
heikki@hundin.mysql.fi
a1861ddb22
trx0trx.h, trx0trx.c, ha_innodb.cc:
...
Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error
2003-04-27 17:25:39 +03:00
monty@mashka.mysql.fi
8b20a878cc
Merge with 3.23:
...
Set innobase_flush_log_at_trx_commit to 1 by default
Fix problem with timestamp on 64 bit systems
Reserve alarms for up to 10 slave threads
2003-04-26 21:10:13 +03:00
monty@mashka.mysql.fi
bf6cfd2948
Fix for -fbranch-probabilites (bug 268)
...
Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314)
Fix for new bison 1.875
max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211)
Don't show port in SHOW PROCESSLIST for system threads
Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275)
Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
using many joined tables (Bug 212)
2003-04-26 20:43:28 +03:00
monty@mashka.mysql.fi
f88097eee9
Fix possible memory overrun when reading broken character set files
2003-04-26 17:57:19 +03:00
Sinisa@sinisa.nasamreza.org
5d3df7610f
merge fix
2003-04-26 16:44:42 +03:00
igor@hundin.mysql.fi
ba5b57c642
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/igor/dev/mysql-4.0
2003-04-26 15:53:28 +03:00
bell@laptop.sanja.is.com.ua
ed1b48185a
fixed incorrect number of affected rows in REPLACE...SELECT... (bug 130)
2003-04-26 15:53:27 +03:00
igor@hundin.mysql.fi
b6534b667f
filesort.cc, order_by.result:
...
Fixed bug 263
order_by.test:
Fixed bug 263
2003-04-26 14:54:53 +03:00
serg@sergbook.mysql.com
4c749f6f3e
Merge bk-internal:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-04-25 15:45:45 +04:00
greg@mysql.com
24968f1ee3
Changes from Novell for NetWare platform
2003-04-24 20:48:54 -04:00
heikki@hundin.mysql.fi
a4281f59ed
ha_innodb.cc:
...
When FLUSH LOGS is called, flush InnoDB logs to disk also in the case innodb_flush_log_at_trx_commit=0
2003-04-24 23:24:11 +03:00
heikki@hundin.mysql.fi
9a29732968
ha_innodb.h, ha_innodb.cc:
...
Make ANALYZE TABLE to update index cardinality and other statistics also for an InnoDB table; note that the estimates are based on 10 random dives, not on an exhaustive read of the table
2003-04-24 15:34:43 +03:00
monty@narttu.mysql.fi
c6333c5148
Fixed bug in SET SQL_BIG_SELECTS
2003-04-24 09:18:53 +03:00
serg@sergbook.mysql.com
294cc19667
Merge bk-internal:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-04-24 01:44:26 +04:00
monty@narttu.mysql.fi
b228f5ff10
merge
2003-04-24 00:36:48 +03:00
monty@narttu.mysql.fi
f6a43bd567
Fixes for valgrind
...
Added optimzation for clustered index
Fixed bug in UPDATE ... ORDER BY
Fixed handling of UPDATE ... LIMIT
2003-04-23 21:52:16 +03:00
Sinisa@sinisa.nasamreza.org
cde501853a
improved bug fix
2003-04-23 21:44:24 +03:00
Sinisa@sinisa.nasamreza.org
9298d590ac
properly back quoting db.table names in SHOW GRANTS
2003-04-23 20:42:07 +03:00
gluh@gluh.mysql.r18.ru
e6fe7d1bed
Task 761:'mysqlbinlog should not die when reading
...
unknown event'
2003-04-23 18:00:07 +05:00
Sinisa@sinisa.nasamreza.org
45080daf4a
removing back tick support from the server in change_db()
2003-04-23 15:27:11 +03:00
serg@sergbook.mysql.com
1a2719ce53
Merge bk-internal:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-04-23 15:53:40 +04:00
serg@sergbook.mysql.com
fa456991fa
bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore
2003-04-23 15:44:39 +04:00
vva@eagle.mysql.r18.ru
2705a9e91f
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
2003-04-22 19:51:24 -04:00
vva@eagle.mysql.r18.ru
56667e1eba
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
2003-04-22 19:50:21 -04:00
vva@eagle.mysql.r18.ru
9588dc01e5
fix error message for for load data infile
2003-04-22 19:38:57 -04:00
monty@narttu.mysql.fi
1621dd9818
Fixed problem with timestamps in binary log on 64 bit machines
...
Backported fix from 4.1 for bug 212: SELECT query containing a NATURAL JOIN and parentheses in the WHERE clause
2003-04-23 00:13:37 +03:00
Sinisa@sinisa.nasamreza.org
fd58dc20bb
Fixing few small problems in SET PASSWORD:
...
* comparison with correct cached variable
* preventing check_change_password to be called twice, once from
set_var::check and the other time from change_password itself
2003-04-21 22:54:02 +03:00
Sinisa@sinisa.nasamreza.org
5c754e11f1
Dropping out deprecated OPTION from the error messages.
2003-04-21 14:11:17 +03:00
Sinisa@sinisa.nasamreza.org
d91d6d5e2e
Three bug fixes and one fix being undone.
2003-04-19 23:18:35 +03:00
heikki@hundin.mysql.fi
e1b68cf111
ha_innodb.cc:
...
Prevent crash if MySQL calls rnd_end WITOUT calling rnd_init first: only restore active_index if it the old value was pushed in rnd_init
Initialize active_index to a sensible value: prevent crash if we restore it to the original value after an table scan
2003-04-18 22:06:10 +03:00
heikki@hundin.mysql.fi
b914d2e3cc
ha_innodb.h, ha_innodb.cc:
...
Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables
log0recv.c:
Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes
2003-04-18 18:42:43 +03:00
Sinisa@sinisa.nasamreza.org
0fc5b734e7
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-04-17 13:44:26 +03:00
heikki@hundin.mysql.fi
3a77f47a04
ha_innodb.cc, row0sel.c, row0mysql.c, row0mysql.h:
...
Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
2003-04-17 02:28:40 +03:00
Sinisa@sinisa.nasamreza.org
65232a8535
undoing a fix
2003-04-16 22:24:58 +03:00
Sinisa@sinisa.nasamreza.org
cc5d311121
Fix for a bug with InnoDB SQL handler, when previous query failed
...
and an attempt is made to read previous / next value.
2003-04-16 21:10:45 +03:00
hf@deer.mysql.r18.ru
f331568042
Fix for #126
2003-04-16 21:37:22 +05:00
hf@deer.mysql.r18.ru
a671f80fba
fix for bug #212
2003-04-16 19:48:58 +05:00
Sinisa@sinisa.nasamreza.org
4fecd58e43
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-04-16 17:07:20 +03:00
heikki@hundin.mysql.fi
f841b4ae23
Many files:
...
Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
2003-04-16 16:45:01 +03:00
gluh@gluh.mysql.r18.ru
cde0099e23
Memory leak fixed.
2003-04-16 17:47:36 +05:00
Sinisa@sinisa.nasamreza.org
0f61926325
fix for a bug with two natural joins.
2003-04-16 13:39:39 +03:00
gluh@gluh.mysql.r18.ru
05817b7311
Fix bug: Crash server when grant ssl options are used and ssl handshake is not set
2003-04-16 15:05:47 +05:00
monty@mashka.mysql.fi
52ebc0e883
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-04-15 22:10:49 +03:00
monty@mashka.mysql.fi
3e6c350f64
Fixed bug in SUM() with NULL:s
...
Added logging of warnings for failed connections with ssl.
Fixed bug in symbolic link handling on Windows
2003-04-15 22:04:16 +03:00
Sinisa@sinisa.nasamreza.org
0e76eab9d4
Fix for a NAN problem in FORMAT(...) string function ..
2003-04-14 21:46:24 +03:00
Sinisa@sinisa.nasamreza.org
cf2ebdba32
Back porting a fix from 4.0 at customer's request
2003-04-14 20:58:41 +03:00
Sinisa@sinisa.nasamreza.org
5ae3989fe3
A fix for a bug with uncached database privileges.
2003-04-14 19:45:09 +03:00
Sinisa@sinisa.nasamreza.org
c3db30b5f1
Two bug fixes
2003-04-11 20:09:24 +03:00
Sinisa@sinisa.nasamreza.org
48a6e3d367
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-04-09 16:38:36 +03:00
guilhem@mysql.com
c7891fe9bc
fix for #254
...
(3.23 master, 4.0 slave.
Slave loss temp tables everytime FLUSH LOGS on master).
This fix is less bad than the bug, it will cause a problem only maybe
if the master dies the hard way (I say maybe because I could not
cause a problem, and I don't see how it could happen).
2003-04-09 15:16:12 +02:00
hf@deer.mysql.r18.ru
fa0741c918
#244 bugfix (thread stack error message in embedded library)
2003-04-08 10:35:13 +05:00
monty@mashka.mysql.fi
204795595c
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-3.23
2003-04-07 21:37:25 +03:00
monty@mashka.mysql.fi
9f6aa11769
Changed innobase_flush_log_at_trx_commit to be 1 as default
...
Fixed problem with not freed thr_alarm() on slave connect
2003-04-07 21:36:45 +03:00
Sinisa@sinisa.nasamreza.org
ad751d7cfc
merge fix
2003-04-07 14:32:25 +03:00
bell@sanja.is.com.ua
ae5e85576d
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-limit-4.0
2003-04-06 12:26:04 +03:00
bell@sanja.is.com.ua
e793f17691
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
2003-04-05 09:06:45 +03:00
guilhem@mysql.com
9b0266a037
Documented undocumented replication options, now that the manual is up-to-date.
2003-04-04 17:43:54 +02:00
heikki@hundin.mysql.fi
17d1a669ed
log.cc:
...
Fix crash in previous bug fix log.cc reported by Rob Lyon if --skip-innodb is specified
2003-04-04 10:14:06 +03:00
vva@eagle.mysql.r18.ru
f237ae457a
fux bug #183
2003-04-03 20:26:13 -04:00
guilhem@mysql.com
e2151132a0
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-04-03 20:19:15 +02:00
guilhem@mysql.com
f33c6e7c83
More honest --master-ssl* options description. As these do nothing
...
yet, better say it and see no traffic on bugs@ and support@.
2003-04-03 20:19:14 +02:00
heikki@hundin.mysql.fi
9a5578af57
Merge heikki@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/heikki/mysql-4.0
2003-04-03 21:19:14 +03:00
guilhem@mysql.com
8611c34e5e
Explicit message to warn that logging (e.g. binary) is permanently turned off
...
because of writing problems (such message would have been useful during a recent
support task).
2003-04-03 20:19:13 +02:00
heikki@hundin.mysql.fi
8aa7532990
log.cc:
...
Fix bug number 224: do not call ha_report_binlog_offset_and_commit() when a MyISAM table is updated; this also makes CREATE TABLE not to commit an InnoDB transaction, even when binlogging is enabled
2003-04-03 21:19:13 +03:00
monty@narttu.mysql.fi
aa4bf1cd8d
After merge fix
2003-04-03 21:19:11 +03:00