monty@mishka.local
1fc7e6af85
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mishka.local:/home/my/mysql-5.0
2004-09-28 20:19:03 +03:00
monty@mishka.local
f2941380c4
Strict mode & better warnings
...
Under strict mode MySQL will generate an error message if there was any conversion when assigning data to a field.
Added checking of date/datetime fields.
If strict mode, give error if we have not given value to field without a default value (for INSERT)
2004-09-28 20:08:00 +03:00
bell@sanja.is.com.ua
3bddaaf80f
fix test suite for portability
2004-09-28 12:31:33 +03:00
bell@sanja.is.com.ua
b9bd1bde34
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-dump-5.0
2004-09-26 19:09:43 +03:00
bell@sanja.is.com.ua
ff102adddf
fix xml with view
2004-09-26 19:00:55 +03:00
guilhem@mysql.com
a5dac99ae0
Merge gbichot@bk-internal.mysql.com://home/bk/mysql-5.0
...
into mysql.com:/home/mysql_src/mysql-5.0
2004-09-24 18:25:54 +02:00
guilhem@mysql.com
2b2de7b62f
In binary log events, flags are 2 bytes, not 4. Using 4 resulted in buffer overflow (and on a certain build it resulted in overwriting another part of the event without crashing :( ).
2004-09-24 18:25:06 +02:00
dlenev@brandersnatch.localdomain
258b84d6c0
For now we will require super privilege for creating/dropping trigger because proper
...
privilege checking is not in place yet.
2004-09-24 17:55:43 +04:00
bell@sanja.is.com.ua
2264bb01ca
new show create view output
...
mysqldump view support (BUG#4972)
workaround to allow view work after LOCK TABLES
2004-09-24 12:50:10 +03:00
bell@sanja.is.com.ua
8cd9fd44b2
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-18 10:08:19 +03:00
dlenev@mysql.com
61f0869974
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-amf
2004-09-18 01:34:38 +04:00
bell@sanja.is.com.ua
74e7df0d80
SHOW CREATE VIEW (TABLE) privilege now reqiere show create privilege
...
(BUG#4777)
2004-09-17 22:23:59 +03:00
bell@sanja.is.com.ua
26589ba8ce
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-17 19:16:54 +03:00
dlenev@mysql.com
2667b7a14f
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-amf
2004-09-17 19:50:54 +04:00
pem@mysql.comhem.se
5b10e3e5b5
Fixed BUG#3583: query cache doesn't work for stored procedures.
2004-09-17 15:40:38 +02:00
dlenev@brandersnatch.localdomain
154c1a0aa3
Fixed memory leak that occured after merge with 4.1
...
We should not replace Item_arena in Item_bool_func2::fix_length_and_dec() if this is
conventional statement, since in this case THD::current_arena is the same as active arena
and we will overwrite arena with its older version during restore_backup_item_arena()
call.
2004-09-17 14:01:32 +04:00
dlenev@mysql.com
ef31095c5c
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-tzfix
2004-09-17 12:31:06 +04:00
dlenev@brandersnatch.localdomain
431467b116
Small after merge cleanup of time zone initialization code.
2004-09-17 12:30:26 +04:00
monty@mishka.local
095f7e8740
Removed wrong warnings in test suite (This was because select_insert / select_create results was not freed.
...
Added thd to openfrm() for initialization of TABLE->in_use. This fixed a bug in BDB handling where table->in_use was used early
2004-09-17 03:08:23 +03:00
bell@sanja.is.com.ua
226d4ad8f4
now we allow to careate VIEW without any privileges on view columns (except create view privilege) (BUG#5152)
2004-09-17 00:16:57 +03:00
bell@sanja.is.com.ua
09b316f051
updateability of field with collation support (BUG#5506)
2004-09-16 23:45:20 +03:00
monty@mishka.local
37864e2727
Merge
2004-09-15 22:36:57 +03:00
jani@rhols221.adsl.netsonic.fi
d24f293601
Added some missing per status variables.
2004-09-15 22:13:55 +03:00
monty@mishka.local
91ff64e107
Added options --auto-increment-increment and --auto-increment-offset.
...
This allows one to setup a master <-> master replication with non conflicting auto-increment series.
Cleaned up binary log code to make it easyer to add new state variables.
Added simpler 'upper level' logic for artificial events (events that should not cause cleanups on slave).
Simplified binary log handling.
Changed how auto_increment works together with to SET INSERT_ID=# to make it more predictable: Now the inserted rows in a multi-row statement are set independent of the existing rows in the table. (Before only InnoDB did this correctly)
2004-09-15 22:10:31 +03:00
jani@a80-186-8-224.elisa-laajakaista.fi
9a781af114
Fixed a couple of bugs.
2004-09-14 22:02:23 +03:00
dlenev@brandersnatch.localdomain
574f850afa
Two small fixes to make -debug version usable again.
2004-09-14 00:35:42 +04:00
jani@rhols221.adsl.netsonic.fi
0b3d778691
Merge.
2004-09-13 18:12:44 +03:00
jani@rhols221.adsl.netsonic.fi
fe23df1a2b
Added per thread status variables, after review, patch v1.1.
2004-09-13 16:48:01 +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