vva@eagle.mysql.r18.ru
f237ae457a
fux bug #183
2003-04-03 20:26:13 -04:00
monty@narttu.mysql.fi
e96c75fec0
Fixed bug in memory allocation that could affect 64 bit systems (affected hammer)
2003-04-03 13:07:42 +03:00
monty@narttu.mysql.fi
3cdc8ae55b
Portability fix (for AMD hammer)
2003-04-03 12:10:38 +03:00
guilhem@mysql.com
1211b9a513
Small-and-safe fix for bug #218 : "LOAD DATA INFILE IGNORE is well
...
logged, but read as LOAD DATA INFILE REPLACE"
This was just bad && instead of &, but nasty consequences.
This should be merged to 4.0 BUT it will not be automatic (some code
has moved from log_event.h to log_event.cc, and log_event.cc has changed);
please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql
to find all the new places.
2003-04-01 18:19:15 +02:00
monty@narttu.mysql.fi
8b5ce819db
Fixed bug that binary log was not locked during a DELETE FROM TABLE_NAME;
2003-03-24 23:24:45 +02:00
monty@narttu.mysql.fi
85de222334
Fix of 'halloween bug' with UPDATE of InnoDB tables.
2003-03-18 02:51:16 +02:00
monty@mashka.mysql.fi
369da47836
Code cleanup
2003-03-14 23:06:55 +02:00
monty@mashka.mysql.fi
2cb3a5d264
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-3.23
2003-03-14 17:11:38 +02:00
monty@mashka.mysql.fi
5ee1dbbe58
Check for empty table/column names
2003-03-14 17:08:42 +02:00
heikki@hundin.mysql.fi
613daa0d21
ha_innobase.cc:
...
Fix bug: MySQL could erroneously return Empty set if InnoDB estimated index range size to 0 records though the range was not empty; MySQL also failed to do the next-key locking in the case of an empty index range
2003-03-13 23:10:50 +02:00
serg@serg.mysql.com
ff86765a4d
fix for crash with small sort_buffer
2003-03-13 18:46:40 +01:00
monty@mashka.mysql.fi
6c81552dd3
Better fix for GRANT bug
2003-03-13 16:43:43 +02:00
serg@serg.mysql.com
e10fd44489
Merge bk-internal:/home/bk/mysql-3.23/
...
into serg.mysql.com:/usr/home/serg/Abk/mysql
2003-03-13 10:53:58 +01:00
bell@sanja.is.com.ua
91fc15fc6d
added comment
2003-03-12 22:50:22 +02:00
serg@serg.mysql.com
b3c600cdbc
ha_myisam.cc:
...
typo fixed
2003-03-12 18:32:27 +01:00
Sinisa@sinisa.nasamreza.org
32a636c078
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-03-12 17:23:23 +02:00
Sinisa@sinisa.nasamreza.org
d87036511b
Fix for a bug with column privileges ...
2003-03-12 17:08:48 +02:00
monty@mashka.mysql.fi
a4616a92d8
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-3.23
2003-03-12 16:43:37 +02:00
monty@mashka.mysql.fi
88f811c8a5
NEWDATE -> DATE in anylyse() output
...
Changed that analyse(#) also affects strings
2003-03-12 16:43:01 +02:00
bell@sanja.is.com.ua
bc040b5552
Merge sanja.is.com.ua:/home/bell/mysql/mysql-3.23
...
into sanja.is.com.ua:/home/bell/mysql/work-rand-3.23
2003-03-11 22:38:32 +02:00
serg@serg.mysql.com
5585d1b6fd
Merge bk-internal:/home/bk/mysql-3.23/
...
into serg.mysql.com:/usr/home/serg/Abk/mysql
2003-03-11 21:21:11 +01:00
serg@serg.mysql.com
77dd897ead
fixed an obscure bug in group by + having + Item_ref::get_date
2003-03-11 21:20:53 +01:00
Sinisa@sinisa.nasamreza.org
4cdc097aaa
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-03-11 20:09:49 +02:00
bell@sanja.is.com.ua
b283e08cf3
fixed bug of unchecked random part of WHERE clause (bug #142 )
2003-03-11 18:34:00 +02:00
lenz@mysql.com
a355f74bf7
- fixed C++-style comments in .c files to make IBM compiler happy
...
(it barfs on these with a syntax error)
2003-03-11 15:37:31 +01:00
Sinisa@sinisa.nasamreza.org
873bc4976b
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-03-11 14:42:07 +02:00
Sinisa@sinisa.nasamreza.org
b1e28b5491
A fix for an obvious bug in hash generating proram.
2003-03-10 17:14:01 +02:00
lenz@mysql.com
2c849470e0
- typo fix for newly added error message
2003-03-10 13:41:37 +01:00
monty@narttu.mysql.fi
c231b747e3
Don't allow multiple --user options to mysqld
...
(First one is used)
2003-03-10 12:24:22 +02:00
monty@narttu.mysql.fi
9277579c96
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into narttu.mysql.fi:/my/mysql-3.23
2003-03-10 11:23:11 +02:00
monty@narttu.mysql.fi
c43b3af78c
Don't allow BACKUP TABLE to overwrite files
...
Fixed memory leak when replication restarts in debug mode
2003-03-10 11:22:37 +02:00
monty@mashka.mysql.fi
937241aded
Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp()
2003-03-07 14:40:37 +02:00
Sinisa@sinisa.nasamreza.org
c643298984
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-03-05 15:45:11 +02:00
Sinisa@sinisa.nasamreza.org
9034ed296b
A better, but larger fix for server_id bug ..
2003-03-05 15:34:58 +02:00
serg@serg.mysql.com
e5daf6486c
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2003-03-04 18:03:11 +01:00
serg@serg.mysql.com
80c34b2aef
fixed Field::eq() to work with CHAR(0) fields
2003-03-04 18:02:56 +01:00
Sinisa@sinisa.nasamreza.org
4d83bdef2a
Fix for SHOW VARIABLES on 64-bit platforms
2003-03-04 18:23:15 +02:00
monty@narttu.mysql.fi
8c51eb2c12
Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another
2003-03-03 20:42:49 +02:00
Sinisa@sinisa.nasamreza.org
7dc464ea07
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-03-03 17:16:09 +02:00
monty@narttu.mysql.fi
7eccd99e54
LOAD DATA INFILE is not replicated by slave if replicate_*_table is set
2003-02-28 19:50:05 +02:00
monty@narttu.mysql.fi
8df5705434
Fix for SHOW TABLE STATUS with empty .frm file
2003-02-26 10:16:50 +02:00
monty@narttu.mysql.fi
20f7ea5c7a
Comment column in SHOW TABLE STATUS now reports that it can
...
contain NULL values (which is the case for a crashed .frm file).
2003-02-26 09:52:19 +02:00
Sinisa@sinisa.nasamreza.org
471800ff48
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-02-25 16:09:47 +02:00
monty@mashka.mysql.fi
9812831194
Fixed "syntax" errors in text message files.
...
Ensured that all errors messages ends with: ",
2003-02-25 13:41:08 +02:00
monty@mashka.mysql.fi
4e2df79c36
Indentation cleanup
2003-02-25 11:05:07 +02:00
Sinisa@sinisa.nasamreza.org
891a62eafb
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-02-21 16:23:44 +02:00
serg@serg.mysql.com
9d633d9a92
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2003-02-19 10:27:15 +01:00
bell@sanja.is.com.ua
d5cd5ea4e7
prevented crash on deleting non-constructed analyse object
2003-02-18 10:18:51 +02:00
bell@sanja.is.com.ua
d7316689fd
Merge sanja.is.com.ua:/home/bell/mysql/mysql-3.23
...
into sanja.is.com.ua:/home/bell/mysql/work-3.23
2003-02-18 09:58:25 +02:00
monty@mashka.mysql.fi
4c836e8d65
Fixed problem with ISNULL on fields that could not be null
2003-02-17 01:05:04 +02:00