Sinisa@sinisa.nasamreza.org
d5bd302649
A fix for small stack overflow ...
2003-06-03 18:25:45 +03:00
Sinisa@sinisa.nasamreza.org
2c360c0289
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-06-02 18:49:04 +03:00
guilhem@mysql.com
41a5f79ab7
Merge gbichot@213.136.52.20:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-06-02 17:31:45 +02:00
guilhem@mysql.com
4d5ae1d37c
Clearer error message (in the customer's case, the relay log was corrupted,
...
not the master's binlog) (SW 1571).
2003-06-02 17:30:47 +02:00
heikki@hundin.mysql.fi
ce8e0aa0c4
os0sync.c:
...
Do not try to reserve os_sync_mutex in shutdown after it has been freed
2003-06-02 17:58:18 +03:00
heikki@hundin.mysql.fi
5eaa3c4e34
com0shm.c:
...
Removed auto event creation because it is not needed in any MySQL/InnoDB code
2003-06-02 16:11:06 +03:00
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
heikki@hundin.mysql.fi
eebdcd0c5f
os0file.c:
...
Put back Monty's patch which the previous push accidentally erased: print also operation type in os_file_handle_error()
2003-06-02 13:45:45 +03:00
heikki@hundin.mysql.fi
e8e98d05f9
os0thread.h, os0sync.ic, os0sync.h, os0thread.c, os0sync.c, os0file.c:
...
Release all event semaphores at shutdown also in Windows
srv0start.c, srv0srv.c:
make test sometimes failed because lock timeout thread exited without decrementing the InnoDB thread counter
2003-06-02 13:11:20 +03:00
monty@narttu.mysql.fi
f6a365a532
Small fixes (nothing nameworthy)
2003-06-01 23:40:01 +03:00
monty@narttu.mysql.fi
f6579fd921
Merge
2003-06-01 12:43:08 +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
monty@narttu.mysql.fi
23daa1b2c9
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into narttu.mysql.fi:/my/mysql-3.23
2003-05-31 18:45:00 +03:00
monty@narttu.mysql.fi
373a9caa82
Fixed compiler optimization problem with doubleget()
...
(Casused problems in GIS functions in 4.1)
2003-05-31 18:44:37 +03:00
heikki@hundin.mysql.fi
dcdc6ffadc
os0thread.c, os0thread.h, os0sync.h:
...
Cleanup
os0sync.c:
Free all OS sync primitives and allocated memory in InnoDB shutdown
2003-05-31 03:23:42 +03:00
heikki@hundin.mysql.fi
42671d18ae
Many files:
...
Free all OS sync primitives and allocated memory in InnoDB shutdown
2003-05-31 03:12:03 +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
heikki@hundin.mysql.fi
cfda0a16ff
srv0start.c:
...
Cleanup
2003-05-30 23:00:37 +03:00
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
heikki@hundin.mysql.fi
8a29324caf
srv0srv.c:
...
Prevent the InnoDB main thread from hogging CPU if a table lingers in the background drop queue (though it is essentially a bug if a table end up there at all)
2003-05-28 20:31:33 +03: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
lenz@mysql.com
a612eeb783
- removed internals.texi (has been moved to the "mysqldoc" BK tree)
2003-05-27 18:34:03 +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