dlenev@brandersnatch.localdomain
f325a92b0a
Fix for bug #4491 "timestamp(19) doesn't work".
...
We should allow 19 as length of newly created TIMESTAMP fields.
2004-08-06 12:15:40 +04:00
lenz@mysql.com
1097805cf2
- rename: EXCEPTIONS->EXCEPTIONS-CLIENT
2004-08-05 17:05:11 +02:00
lenz@mysql.com
ed277f8ccf
- Windows compile fix: added srv/srv0que.c to the innobase project
...
file
2004-08-05 16:50:03 +02:00
lenz@mysql.com
b6c0b67cf6
- Fixed libmysql license texts: added reference to the FLOSS
...
EXCEPTIONS file and amended the GPL text as requested by Zak
2004-08-05 11:59:17 +02:00
lenz@mysql.com
26f0fdd5e8
- More changes to include the FLOSS License Exception in the
...
various distributions
2004-08-05 11:22:02 +02:00
lenz@mysql.com
f3f009ace6
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-08-05 01:57:57 +02:00
lenz@mysql.com
e5cb60dcaa
- applied the required changes to create the FOSS License exception
...
file "EXCEPTIONS" and include it in the source and binary
distributions
2004-08-05 01:54:04 +02:00
tim@sand.box
77346b1d61
Merge sand.box:/home/tim/m/40/bk into sand.box:/home/tim/m/40/a
2004-08-04 10:14:07 -06:00
tim@sand.box
6ce0b07a99
Print MYSQL_COMPILATION_COMMENT after ER_READY on server startup
2004-08-04 10:12:57 -06:00
marko@hundin.mysql.fi
af88ae0aa6
Merge marko@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/marko/k/mysql-4.0
2004-08-03 20:42:35 +03:00
marko@hundin.mysql.fi
2f3e628649
dyn0dyn.h:
...
dyn_array_open(): mention the size limit
mtr0log.ic, mtr0log.h:
mlog_open(): mention the size limit
2004-08-02 13:02:34 +03:00
serg@serg.mylan
fab9fcb071
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-08-01 13:30:10 +02:00
serg@serg.mylan
f4244cd00e
bug#4816. index search for NULL in blob
2004-08-01 13:26:01 +02:00
guilhem@mysql.com
9de59ad8d1
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-07-31 22:39:11 +02:00
serg@serg.mylan
22ca5582d0
BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some functions
2004-07-31 22:39:10 +02:00
guilhem@mysql.com
dd023bc878
Fix for:
...
Bug #4810 "deadlock with KILL when the victim was in a wait state"
(I included mutex unlock into exit_cond() for future safety)
and BUG#4827 "KILL while START SLAVE may lead to replication slave crash"
2004-07-31 22:33:20 +02:00
guilhem@mysql.com
ebd3745c8c
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-07-31 09:50:03 +02:00
guilhem@mysql.com
2532adf49b
removing assertion (will be moved to 4.1) for non-debug to compile
2004-07-31 09:49:32 +02:00
serg@serg.mylan
8c1cb8895b
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-07-30 18:55:16 +02:00
serg@serg.mylan
6e4c560592
install-sh: copy not move like any reasonably modern install does
2004-07-30 18:53:54 +02:00
marko@hundin.mysql.fi
f283baade6
Merge marko@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/marko/k/mysql-4.0
2004-07-30 17:37:43 +03:00
heikki@hundin.mysql.fi
fe784f4962
row0sel.c, page0page.ic:
...
Add still more diagnostic code to track buffer pool corruption in one AMD64/Linux computer
2004-07-30 17:02:26 +03:00
marko@hundin.mysql.fi
c4ee1bcc10
dict0crea.c:
...
Restore accidentally deleted comment to dict_create_sys_tables_tuple()
2004-07-30 16:58:25 +03:00
lenz@mysql.com
2cc27b4c11
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-07-30 14:08:53 +02:00
lenz@mysql.com
55dce7b2c6
- make sure the Windows "-classic" server binaries actually include
...
"-classic" in the version string
2004-07-30 14:04:52 +02:00
guilhem@mysql.com
6e321db3d5
sql_class.h:
...
removing safe_mutex_assert_owner, as it would require an include,
and Konstantin already has cleaned up things with assert.h in 4.1;
so I'll put the safe_mutex_assert_owner in 4.1 instead.
2004-07-30 10:20:52 +02:00
guilhem@mysql.com
68249bbb28
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-07-30 01:01:36 +02:00
guilhem@mysql.com
9275a70104
Reverting a line I had just added to slave.cc (mutex is already locked
...
when we come at this place).
2004-07-30 01:00:52 +02:00
guilhem@mysql.com
0f20e2fece
Avoiding a theoretically possible crash (pthread_mutex_lock(0)) which could (at least in POSIX Threads books)
...
happen on SMP machines, when a thread is going to wait on a condition and it is KILLed at the
same time.
Cleaning code a bit by adding a test in enter_cond() that we have the mutex (was already the case in all places
where it's called except one which is fixed here).
2004-07-30 00:53:25 +02:00
serg@serg.mylan
0c3109fc68
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-07-29 23:39:51 +02:00
serg@serg.mylan
0d0a50ce6a
language fix
2004-07-29 23:33:23 +02:00
jani@rhols221.adsl.netsonic.fi
f76b84979d
Changed log() to mtr_log(), because of a redefination
...
when compiled with metroworks compiler for Netware.
2004-07-28 16:37:56 +03:00
ingo@mysql.com
15908c8b21
Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mydev/mysql-4.0
2004-07-28 09:15:35 +02:00
heikki@hundin.mysql.fi
fb0b02415c
buf0flu.c, os0file.c:
...
Add more diagnostic code to determine when an lsn field gets corrupt; tracks a crash reported from one Itanium computer
2004-07-27 19:14:50 +03:00
serg@serg.mylan
9f4e72ecd1
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-07-27 09:13:04 +02:00
serg@serg.mylan
13ecd69469
avoid functions in configure
2004-07-27 09:12:20 +02:00
heikki@hundin.mysql.fi
1b7334c4c0
row0sel.c, page0page.ic:
...
Add diagnostic code to print hex dumps and track corruption of next record offsets in an index page
2004-07-27 09:00:17 +03:00
ingo@mysql.com
4b42225c55
Fixed some DBUG_PRINT format problems.
2004-07-26 15:32:52 +02:00
ingo@mysql.com
d2c8d8d609
Fixed a probable typo. Unfortunately we will not be able to test this ;-)
2004-07-26 13:58:08 +02:00
serg@serg.mylan
b9512a55aa
BUG#4717 - check for valid table names in ALTER TABLE ... RENAME
2004-07-26 10:52:40 +02:00
serg@serg.mylan
a0bae8eb8b
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-07-23 19:41:19 +02:00
serg@serg.mylan
a4ae8c3c8d
workaround for Sun Forte / x86
...
BUG#4681
2004-07-23 19:12:20 +02:00
lenz@mysql.com
0b8fd9d66d
- match shared library file name suffixes on Mac OS X (.dylib)
...
and HP-UX (.sl) for creating "mysql-shared" packages there
2004-07-23 12:44:09 +02:00
lenz@mysql.com
a54f6398fe
- Use the same compile options for the upcoming darwin8 OS in
...
configure.in (thanks to Al Begley from Apple for the hint)
2004-07-23 12:27:28 +02:00
serg@serg.mylan
35ac63439d
distclean:
...
rm -f lex_hash.h
BUG#4583
2004-07-22 19:28:11 +02:00
lenz@mysql.com
92d96c9391
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-07-21 17:19:30 +02:00
hf@deer.(none)
2a71cc26aa
Fix for bug #4531(64bit embedded server crashes)
...
There is some 'ulong'<->'uint' mess in libmysqld.c
2004-07-21 18:23:13 +05:00
lenz@mysql.com
7ae87a945d
- added mysqlman.1.in to the source distribution (generic fallback
...
man page that can be used as a default man page for programs that
do not have their own man page)
2004-07-20 18:24:36 +02:00
serg@serg.mylan
64fa4cc124
merged with 'ul'
2004-07-19 23:46:06 +02:00
lenz@mysql.com
1ed37f97a3
- only include the GPL license in the LICENSE text, not the FOSS
...
exception (it only applies to 4.0 and above)
2004-07-19 12:32:36 +02:00