monty@mysql.com
49cd04b510
Merge on pull
2004-09-09 07:26:28 +03:00
monty@mysql.com
f2829d0386
After merge fixes of merge with 4.1 that included the new arena code.
...
Fixed (together with Guilhem) bugs in mysqlbinlog regarding --offset
Prefix addresses with 0x for easier comparisons of debug logs
Fixed problem where MySQL choosed index-read even if there would be a much better range on the same index
This fix changed some 'index' queries to 'range' queries in the test suite
Don't create 'dummy' WHERE clause for trivial WHERE clauses where we can remove the WHERE clause.
This fix removed of a lot of 'Using where' notes in the test suite.
Give NOTE instead of WARNING if table/function doesn't exists when using DROP IF EXISTS
Give NOTE instead of WARNING for safe field-type conversions
2004-09-09 06:59:26 +03:00
pem@mysql.comhem.se
b83af8607a
Fixed BUG#5000: SPs can be created with no default database.
...
Easy to prevent crash, but the question was how to treat this case?
We ended up implementing the "global" SPs (i.e. with no associated
db), which were planned but left unresolved when SPs moved into dbs.
So now things like "call .p()" work too.
2004-09-08 14:23:14 +02:00
pem@mysql.comhem.se
3aa2a62f37
Fixed BUG#5258: Stored procedure modified date is 0000-00-00.
...
Althought techically not a but (as it's functioning as designed),
it was decided that the design should be changed. Some users have
a problem with dates being '0000-00-00' and the SQL standard specifies
that the modification date should be the same as the creation date
at creation.
2004-09-08 11:42:18 +02:00
pem@mysql.comhem.se
2e38c0bf38
Fixed typo that showed up in non-debug build (in sql/sql_show.cc).
2004-09-07 17:12:49 +02:00
cps@silver_beast.(none)
481e895494
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into silver_beast.(none):/home/cps/mysql/devel/im/default_patch/mysql-5.0
2004-09-06 22:25:56 +04:00
bell@sanja.is.com.ua
1513f980fc
postmerge fix (found by Dmitry)
2004-09-06 20:11:04 +03:00
cps@silver_beast.(none)
2b827692b6
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into silver_beast.(none):/home/cps/mysql/devel/im/default_patch/mysql-5.0
2004-09-06 19:59:36 +04:00
cps@silver_beast.(none)
d07557d687
Fixed memory allocation: allocated memory wasn't enough to store the
...
final 0 of the string.
2004-09-06 18:19:19 +04:00
monty@mysql.com
31122efde7
Merge with 4.1
...
(Includes merge of arena code in 4.1 and 5.0)
2004-09-06 15:14:10 +03:00
bell@sanja.is.com.ua
ebd03ae4a8
do not use Item_ref for view fields if it is UPDATE of INSERT (BUG#5263)
2004-09-06 14:37:10 +03:00
cps@silver_beast.(none)
11e4e18c14
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into silver_beast.(none):/home/cps/mysql/devel/im/default_patch/mysql-5.0
2004-09-06 00:33:52 +04:00
cps@silver_beast.(none)
27fdfad74a
After review fix: added a comment
2004-09-06 00:32:21 +04:00
monty@mysql.com
5d71817c70
After merge fixes
2004-09-05 02:31:11 +03:00
bell@sanja.is.com.ua
bb62c80201
memory leaks fixed
2004-09-04 23:05:12 +03:00
monty@mysql.com
9d8555c0f0
Merge with 4.0 to get latest bug fixes
2004-09-04 15:59:49 +03:00
bell@sanja.is.com.ua
161662ba4c
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
2004-09-04 15:32:13 +03:00
monty@mysql.com
32594c9989
Print value of Item_param if it has a value (when debugging)
2004-09-04 15:02:57 +03:00
gluh@gluh.mysql.r18.ru
dfd310fc00
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.1
2004-09-04 08:59:08 +04:00
serg@serg.mylan
9153fd2ae4
merged
2004-09-03 22:12:27 +02:00
serg@serg.mylan
9b0468bc96
BUG#5327 - mi_sort_index() of 2-level tree
2004-09-03 22:04:08 +02:00
monty@mysql.com
46ff90738b
Merge with pulled code
2004-09-03 22:38:45 +03:00
konstantin@mysql.com
bdec2c603b
A fix for bug#4368 '"like" fails in PreparedStatement, crashes
...
server': the bug occurs when arguments of LIKE function are in
differentcharacter sets. If these character sets are compatible,
we create an item-converter. In prepared mode, this item
needs to be created in memory of current prepared statement.
2004-09-03 23:28:49 +04:00
vva@eagle.mysql.r18.ru
c3cb5980c2
define macro "DEFINE_ALL_CHARACTER_SETS" in the configure.in completely
2004-09-04 00:28:48 +05:00
monty@mysql.com
cbd67f49e1
Cleanup of new code pushed into 5.0 since last pull
...
Merged the different find_xxxx_table_in_list functions to one + some inline functions
2004-09-03 21:43:04 +03:00
bell@sanja.is.com.ua
3cdb85a08c
ufter review fix
2004-09-03 21:38:01 +03:00
paul@kite-hub.kitebird.com
38f462ae6f
sql_yacc.yy:
...
Allow FROM or IN in SHOW KEYS, as in other SHOW statements.
2004-09-03 10:56:55 -05:00
gluh@gluh.mysql.r18.ru
9700398e8b
Fix for bug #4373 : \u behaves differently
2004-09-03 19:56:24 +04:00
serg@serg.mylan
e66d0fa7d8
add engine=MyISAM to all create table statements in
...
mysql_create_system_tables, just in case
2004-09-03 17:20:00 +02:00
ram@gw.mysql.r18.ru
f91ca0bd66
A fix (Bug #4980 : union statement with () union () order by produces wrong explain).
2004-09-03 19:59:29 +05:00
vva@eagle.mysql.r18.ru
15eb33ab44
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
2004-09-03 19:32:18 +05:00
vva@eagle.mysql.r18.ru
0fda2f6b97
1. discarded term.h from the distribution
...
2. changed key_* to el_ley_* in the libedit key.h
(because it's in the conflict with the aix definitions)
3. use libedit_term.h instead of term.h in the cmd-line-utils/libedit/el.h
4. added definition of MIN in the cmd-line-utils/libedit/read.c
(if it wasn't defined yet)
5. discarded definition of SUNOS macro from configure.in
(now we don't include term.h in the el.h at all)
2004-09-03 17:47:36 +05:00
monty@mysql.com
936eb4b4f4
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-09-03 02:26:00 +03:00
monty@mysql.com
bb4ccdb177
Remove extra '/' after mysql_real_data_home
...
Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
2004-09-03 02:25:27 +03:00
paul@kite-hub.kitebird.com
f7bc60e0fc
errmsg.txt:
...
Add GPL comment
2004-09-02 18:12:05 -05:00
mronstrom@mysql.com
5bd4d59508
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/mikron/mysql-4.1
2004-09-02 19:29:11 +02:00
pem@mysql.comhem.se
e04f4fb46c
Fixed BUG#5307: Stored procedure allows statement after BEGIN ... END.
2004-09-02 19:14:34 +02:00
heikki@hundin.mysql.fi
290443298a
srv0start.c:
...
Change a reference to ibman.php to a reference in the MySQL manual; someone should change the 20 other places in the source code where we still refer to ibman.php
2004-09-02 20:06:25 +03:00
konstantin@mysql.com
2f191db2b1
A fix and test case for Bug#4231 "Wrong result with MYSQL_TIME
...
parameters": when unpacking binary time recieved from client, handle
the case when length is 0: it means all MYSQL_TIME members are zero.
2004-09-02 20:16:01 +04:00
pem@mysql.comhem.se
fee115adca
Fixed BUG#5287: Stored procedure crash if leave outside loop.
...
Bug in diff_handlers and diff_cursors made it attempt to pop
the wrong number at jumps sometimes.
2004-09-02 17:24:25 +02:00
monty@mysql.com
8547d98c88
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-09-02 16:58:01 +03:00
monty@mysql.com
dec44916c1
After merge fixes
2004-09-02 16:57:26 +03:00
mronstrom@mysql.com
99f9ff912f
Fix for overwriting of the stack when table name length was larger
...
than 32 bytes. getWords interpreted length as number of words and
got number of bytes.
2004-09-02 15:13:50 +02:00
mronstrom@mysql.com
22f21ba700
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/mikron/mysql-4.1
2004-09-02 15:04:35 +02:00
ram@gw.mysql.r18.ru
c6b2b2f09d
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5232
2004-09-02 16:25:32 +05:00
hf@deer.(none)
ea5fd2b4bb
Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.4815
2004-09-02 15:22:59 +05:00
bell@sanja.is.com.ua
f1bbfdf4a6
checked INTO clause during view creation (BUG#5332)
2004-09-02 12:09:26 +03:00
marko@hundin.mysql.fi
06f97a0b03
Merge marko@build.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/marko/k/mysql-4.1
2004-09-02 10:34:28 +03:00
bar@mysql.com
f37df2fdcc
Bug#4338 mysql-test-run fails if compiled with non-latin1 character set
2004-09-02 12:34:27 +05:00
marko@hundin.mysql.fi
f77a89c386
Merge marko@build.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/marko/k/mysql-4.1
2004-09-02 10:17:58 +03:00