bell@sanja.is.com.ua
67fcac7a87
support of join view updateability (WL#1809)
2004-09-15 23:42:56 +03:00
bell@sanja.is.com.ua
f797298fc5
fixed merged view fields names (BUG#5147)
...
support of merged VIEW over several tables added (WL#1809)
2004-09-14 19:28:29 +03:00
bell@sanja.is.com.ua
31379fbebe
table lists management during VIEW processing code cleanup
2004-09-11 23:52:55 +03:00
bell@sanja.is.com.ua
bcadf50bc0
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
2004-09-11 18:50:54 +03:00
bell@sanja.is.com.ua
3c239d0bec
fixed privilege system upgrade script, to allow VIEW privileges for used who have CREATE privilege (BUG#5329)
2004-09-11 18:46:06 +03:00
bell@sanja.is.com.ua
9289224e03
fixed typo (thanks to Igor)
2004-09-11 09:36:43 +03:00
petr@mysql.com
974a13d0e2
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/devel/im/default_patch/mysql-5.0
2004-09-11 00:48:13 +04:00
petr@mysql.com
998873c996
Fixed a problem causing load_defaults not to accept some command-line
...
options.
2004-09-11 00:44:09 +04:00
paul@kite-hub.kitebird.com
37aae429e8
Fix bad output in SHOW CREATE VIEW, update affected
...
test result.
2004-09-10 15:04:28 -05:00
bell@sanja.is.com.ua
900a62961f
view with WHERE in nested join (BUG#5511)
2004-09-10 22:39:04 +03:00
paul@kite-hub.kitebird.com
c61da73ce7
sql_yacc.yy:
...
Make "FRAC_SECOND"/"SQL_TSI_FRAC_SECOND" non-reserved words,
must like "SECOND"/"SQL_TSI_SECOND", "MINUTE"/"SQL_TSI_MINUTE",
etc.
Will wait for okay to push. (It doesn't break any tests.)
2004-09-10 13:56:06 -05:00
pem@mysql.com
e66b5c404c
Merge mysql.com:/usr/local/bk/mysql-5.0
...
into mysql.com:/home/pem/work/mysql-5.0-merge
2004-09-10 16:33:21 +02:00
pem@mysql.comhem.se
728000b225
Fixed BUG#4941: Stored procedure crash fetching null value into variable.
2004-09-10 16:28:11 +02:00
bell@sanja.is.com.ua
c2f652211a
post merge fix
2004-09-10 15:08:30 +03:00
bell@sanja.is.com.ua
5fff725e43
Merge
2004-09-10 14:01:02 +03:00
bell@sanja.is.com.ua
4cb6527421
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-show-5.0
2004-09-10 13:11:33 +03:00
bell@sanja.is.com.ua
a7de21c3e0
thd pointer fixed
2004-09-10 13:09:27 +03:00
pem@mysql.comhem.se
624cf0e537
Fixed BUG#3294: Stored procedure crash if table dropped before use.
...
Dropping the table was not the real problem, the problem was with errors
occuring within error handlers.
2004-09-10 11:11:52 +02:00
dlenev@brandersnatch.localdomain
7c8213ea20
Fixed --with-embedded builds.
...
Added previously missing sql_trigger.cc file to embedded library.
2004-09-10 10:29:08 +04:00
bell@sanja.is.com.ua
763c57d41f
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-show-5.0
2004-09-10 02:26:09 +03:00
bell@sanja.is.com.ua
a23857e071
post merge fixes
2004-09-10 02:22:44 +03:00
dlenev@mysql.com
9cc2dba2ea
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-1218-a
2004-09-09 23:45:19 +04:00
dlenev@brandersnatch.localdomain
0ae54976d3
After merge fixes for WL#1218 "Triggers"
2004-09-09 23:44:27 +04:00
pem@mysql.comhem.se
dde44b8c8c
Fixed BUG#4487: Stored procedure connection aborted if uninitialized char.
2004-09-09 19:08:54 +02:00
dlenev@mysql.com
c46e640009
Yet another manual merge with main tree for patch for WL#1218 "Triggers"
2004-09-09 19:52:10 +04:00
bell@sanja.is.com.ua
336cb5f8be
merge
2004-09-09 16:52:22 +03:00
monty@mysql.com
e67fcee270
Update after merge
2004-09-09 14:55:28 +03:00
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
dlenev@brandersnatch.localdomain
6dc933b730
WL#1218 "Triggers"
...
After review and after merge fixes.
2004-09-09 00:46:01 +04: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
dlenev@mysql.com
9b1bc6a4d5
Merge of changes from the main tree to tree for WL#1218 "Triggers".
2004-09-08 13:29:21 +04:00
bell@sanja.is.com.ua
425857f5b2
test of updating and fetching from the same table check (BUG##5157)
2004-09-08 10:18:04 +03:00
bell@sanja.is.com.ua
5d3f95b173
returning test environment
2004-09-07 20:40:16 +03:00
bell@sanja.is.com.ua
48a1b10b58
ixed table and db name of fields incase of lower_case_table_names (BUG#5154)
2004-09-07 19:58:02 +03: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
bell@sanja.is.com.ua
c84eeefef4
support of view to COM_FIELD_LIST added (BUG#5145)
2004-09-07 15:50:56 +03:00
dlenev@brandersnatch.localdomain
9ed038dd6f
WL#1218 "Triggers". Some very preliminary version of patch.
...
Mostly needed for Monty for him getting notion what needed for triggers
from new .FRM format.
Things to be done:
- Right placement of trigger's invocations
- Right handling of errors in triggers (including transaction rollback)
- Support for priviliges
- Right handling of DROP/RENAME table (hope that it will be handled automatically
with merging of .TRG into .FRM file)
- Saving/restoring some information critical for trigger creation and replication
with their definitions (e.g. sql_mode, creator, ...)
- Replication
Already has some known bugs so probably not for general review.
2004-09-07 16:29:46 +04:00
bell@sanja.is.com.ua
472de2636c
requre BASE TABLE for HANDLER (BUG#5277)
2004-09-07 10:42:23 +03: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