heikki@hundin.mysql.fi
d1759530d3
Many files:
...
Exit all threads created by innoDB at shutdown
2003-05-30 22:44:37 +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
monty@narttu.mysql.fi
889db1aa5e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-28 03:37:10 +03:00
monty@narttu.mysql.fi
0688cf904b
Removed not used variable
2003-05-28 03:36:44 +03:00
guilhem@mysql.com
9864ac66c6
A trick (a useless update) to force the slave to wait for TWO rotate events
...
before stopping. This is to make the test's result predictable (depending
on the machine the results could formerly be slightly different, though
everything is sane in the code; it's not a bug).
2003-05-27 23:07:32 +02: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
eedca52b23
Fix for 64 bit machines (To remove warnings on Itanium)
2003-05-26 19:11:22 +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
jani@ua126d19.elisa.omakaista.fi
3542dad33f
Merge jani@192.168.0.2:/my/mysql-4.0
...
into ua126d19.elisa.omakaista.fi:/home/my/bk/mysql-4.0
2003-05-26 15:50:05 +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
monty@mashka.mysql.fi
9bdf26a6bb
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-3.23
2003-05-26 05:57:53 +03:00
monty@mashka.mysql.fi
d46b0aa018
Remove not used flag
2003-05-26 05:57:27 +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
6bbeecc642
Merge gbichot@213.136.52.20:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-05-23 18:23:50 +02:00
guilhem@mysql.com
319404ab94
Outcome of discussions with Lenz and Monty about handling ccache in the build commands.
2003-05-23 18:20:57 +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
lenz@mysql.com
5d097b431b
- Portability fix: FreeBSD 4.8-STABLE (480101) and 5.0-CURRENT (500110)
...
now have a thread safe realpath(3) implementation - added check to only
define -DHAVE_BROKEN_REALPATH where required
(thanks to Martin Blapp from the FreeBSD team for the patch)
2003-05-23 11:38:37 +02:00
heikki@hundin.mysql.fi
4ac8d7b963
row0ins.c:
...
Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly
2003-05-22 00:05:33 +03: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
bell@sanja.is.com.ua
be9024e7ce
repair_part2 is made repeatable
2003-05-21 21:58:12 +03: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
lenz@mysql.com
9556cb171a
- Tagged ChangeSet 1.1497 as "mysql-4.0.13"
...
- Updated version number in configure.in to 4.0.14 now that 4.0.13 has
been tagged
2003-05-19 16:36:50 +02: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
6ba4c68728
srv0start.c:
...
Better instructions for the user if adding of new ibdata files fails
2003-05-18 21:46:19 +03:00
heikki@hundin.mysql.fi
526bb7dc7b
buf0buf.c:
...
When calculating the buf pool dirty pages ratio, add also free pages to the LRU list length: no need to active flushing if there are lots of free pages in the buffer pool
2003-05-17 16:23:46 +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
mysqldev@build.mysql2.com
cf79c47597
- re-enabled RAID support for the Max subpackage again
2003-05-16 13:36:13 +02:00
mysqldev@build.mysql2.com
eb3ba82ec6
my_global.h:
...
- QNX 6.2.1 actually defines HAVE_RINT
- fixed rint(A) #define as it was causing compile errors on QNX
2003-05-16 13:03:47 +02:00
monty@narttu.mysql.fi
a46c0a7cac
Portability fix for 64 bit machines
2003-05-14 23:06:06 +03:00
monty@narttu.mysql.fi
bceefa954a
Merge with 3.23 (No releavant code changes)
2003-05-14 22:28:54 +03:00
monty@narttu.mysql.fi
b0719f2bf9
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-14 22:13:20 +03:00