pem@mysql.com
02211a600b
Post-merge fixes (adapting new SP code to 4.1 changes).
2003-02-18 19:58:03 +01:00
pem@mysql.com
97dc6a528e
Merging 4.1 into 5.0
2003-02-18 15:05:35 +01:00
pem@mysql.com
aadf481f49
Made it work with bison 1.875. They've changed the "parse error" string into
...
"syntax error".
2003-02-18 11:58:19 +01:00
bar@bar.mysql.r18.ru
d0f198ff5d
sql_table.cc, field.cc:
...
Bug fix
opt_range.cc:
Buf fix
2003-02-17 16:47:48 +04:00
monty@mashka.mysql.fi
90bf074438
Merge with 4.0.11 tree to get latest bug fixes
2003-02-17 05:43:37 +02:00
monty@mashka.mysql.fi
6051b2f998
Fixed multi-table-delete for InnoDB tables
...
Novell patches
2003-02-17 02:14:37 +02:00
monty@mashka.mysql.fi
153cefc61b
Merge mashka.mysql.fi:/home/my/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-02-17 01:07:29 +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
bell@sanja.is.com.ua
6ce8e1e704
fixed excluding st_select_lex from global select list
...
fixed destroing not well constructed analize object
fixed wrong detection of unions in derived tables
2003-02-16 20:37:51 +02:00
bell@sanja.is.com.ua
d7b5238b02
fixed memory leak in procedure with subselects
2003-02-14 14:00:19 +02:00
monty@mashka.mysql.fi
7d7a248d9e
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-02-14 11:48:20 +02:00
monty@mashka.mysql.fi
acf8993439
Fixed problem when connecting to user without a password.
...
Fixed problem with LIKE and BINARY
2003-02-14 11:47:41 +02:00
bar@bar.mysql.r18.ru
32da4054ee
item_strfunc.cc:
...
Fix
2003-02-13 13:10:23 +04:00
bar@bar.mysql.r18.ru
58e00848d1
item_strfunc.cc:
...
Fix
2003-02-13 11:21:51 +04:00
bar@bar.mysql.r18.ru
93ac639fc9
sql_yacc.yy:
...
Compilation failure fix
2003-02-13 10:14:35 +04:00
monty@mashka.mysql.fi
3695c64111
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-02-12 23:18:00 +02:00
monty@mashka.mysql.fi
9d000c323a
Updated configure script to handle 1 digit numbers in MySQL version
...
Fixed a few typos from last patch
2003-02-12 23:17:22 +02:00
monty@mashka.mysql.fi
e327393e9d
Fixed a lot of wrong memory references as reported by valgrind
...
Portability fixes
Added new client function: mysql_get_server_version()
New server help code (From Victor Vagin)
Fixed wrong usage of binary()
Disabled RTREE usage for now.
2003-02-12 21:55:37 +02:00
pem@mysql.com
d53fc31958
Fixed some DBUGing, and optimized SET slightly.
2003-02-12 16:17:03 +01:00
serg@serg.mysql.com
9dd13a9a4a
backported MERGE+MAX bugfix from 4.0
2003-02-12 11:03:41 +01:00
serg@serg.mysql.com
92d6bdc1b6
backporting Peter's fix for better RAND() initialization from 4.0
2003-02-11 23:19:47 +01:00
bar@bar.mysql.r18.ru
58d3ad72a8
lex.h:
...
Typo fix
2003-02-11 16:37:37 +04:00
bar@bar.mysql.r18.ru
9dbf3af990
lex.h:
...
New synonyms for spatial functions for
compatibility with http://www.opengis.org/testing/sfsql/sqltsch.sql
2003-02-11 16:03:00 +04:00
bar@bar.mysql.r18.ru
9ce50e8d04
For more OpenGIS compatibility, these symbols are now synomims to GEOMETRY type:
...
POINT, LINESTRING, POLYGON, MULTIPOINT, MULTIPOLYGON, MULTILINESTRING
2003-02-11 15:39:14 +04:00
monty@mashka.mysql.fi
15aee37456
merge
2003-02-10 18:01:29 +02:00
monty@mashka.mysql.fi
48558055ed
Move tmp_table_used to THD
...
Optimize depending sub querys
Remove valgrind warnings
2003-02-10 17:59:16 +02:00
monty@mashka.mysql.fi
fbc9cd7ee8
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-02-10 17:07:48 +02:00
monty@mashka.mysql.fi
78e7230e73
Better fix for count(distinct) bug
2003-02-10 17:03:27 +02:00
serg@sergbook.mysql.com
14b4b58de7
Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-02-10 14:56:30 +01:00
serg@sergbook.mysql.com
3cc3ec177f
error message fixed (new error code will be introduced in 4.1)
2003-02-10 14:47:39 +01:00
serg@sergbook.mysql.com
cba78f827c
count(distint) on an empty table crash fixed
2003-02-10 12:01:47 +01:00
monty@mashka.mysql.fi
aee7346ec1
Merge mashka.mysql.fi:/home/my/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.1
2003-02-10 01:21:39 +02:00
monty@mashka.mysql.fi
c0b655aa38
Fixed memory reference error when doing key_column <=> NULL on column that is defined as NOT NULL
2003-02-10 01:21:09 +02:00
monty@mashka.mysql.fi
7abe5e234e
merge with 4.0.11 to get fix for thread stack
2003-02-08 01:58:58 +02:00
monty@mashka.mysql.fi
025dde7867
Check how much stack we got; Needed to be able to run crash-me
2003-02-08 01:55:16 +02:00
monty@mashka.mysql.fi
7388c5f161
merge
2003-02-08 01:12:58 +02:00
monty@mashka.mysql.fi
60556efaca
Update lengths for fields in MYSQL_FIELD
2003-02-08 01:00:35 +02:00
monty@mashka.mysql.fi
7391bc564f
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-02-07 18:01:08 +02:00
monty@mashka.mysql.fi
1b9b042654
Fix problem in MIN/MAX optimisation (from last patch)
...
Don't make OLD_PASSWORD() a reserved word
2003-02-07 17:57:07 +02:00
heikki@hundin.mysql.fi
7abed55936
ha_innodb.cc:
...
Clarify the meaning of HA_READ_PREFIX_LAST as a search flag. InnoDB assumed the meaning wrong.
2003-02-07 17:33:15 +02:00
monty@mashka.mysql.fi
b14b246d38
Merge with 4.0 to get fix for MIN/MAX
2003-02-07 16:38:37 +02:00
monty@mashka.mysql.fi
25de9c19b2
After merge fixes & remove compiler warnings
...
Added lengths for all MYSQL_FIELD string parameters
Changed field length to 2 byte in .frm files
2003-02-07 15:47:24 +02:00
monty@mashka.mysql.fi
f68914addb
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-02-07 15:06:23 +02:00
heikki@hundin.mysql.fi
bd8c8522dc
ha_innodb.cc:
...
Since MySQL uses HA_READ_PREFIX_LAST in a wrong place, we make InnoDB to convert it to a right search condition
2003-02-07 13:28:18 +02:00
monty@mashka.mysql.fi
564c447b27
Allow 4.0 to read new 4.1 .frm files
2003-02-07 10:35:08 +02:00
monty@mashka.mysql.fi
cf9668fd37
Added START TRANSACTION syntax
...
Added ALL as parameter option for all group functions.
Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way.
Sort NULL last if DESC is used (ANSI SQL 99 requirement)
2003-02-06 16:55:59 +02:00
venu@myvenu.com
0516b2bfee
Windows compile fixups (To be verified by respective devs)
2003-02-04 18:50:48 -08:00
heikki@hundin.mysql.fi
a30d3cd847
ha_innobase.cc:
...
Backport from 4.0: fix potential bug if store_lock is called with TL_IGNORE in the middle of a query
2003-02-05 01:42:07 +02:00
heikki@hundin.mysql.fi
a2de9c66f5
ha_innodb.cc:
...
Fix potential bug: if MySQL calls store_lock with the TL_IGNORE argument in the middle of query processing, then InnoDB select_lock_type could be reset to LOCK_NONE in a wrong place
2003-02-05 01:24:59 +02:00
monty@mashka.mysql.fi
023d6dd39b
Merge with 4.0.11
2003-02-04 21:52:14 +02:00