1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#3629 - Replication of Invocation and Invoked Features

This patch changes test to remove Windows-specific limitations and potential
rounding errors in the calculation of a UDF.

Also corrects a minor merge conflict.
This commit is contained in:
cbell/Chuck@mysql_cab_desk.
2007-03-29 16:43:00 -04:00
parent 9fb3199c26
commit c7c1b341f7
3 changed files with 35 additions and 34 deletions

View File

@ -481,7 +481,7 @@ ALTER TABLE event ADD COLUMN originator INT(10) NOT NULL;
ALTER TABLE event MODIFY COLUMN status ENUM('ENABLED','DISABLED','SLAVESIDE_DISABLED') NOT NULL default 'ENABLED';
ALTER TABLE event ADD COLUMN time_zone char(64) CHARACTER SET latin1
NOT NULL DEFAULT 'SYSTEM' AFTER comment;
NOT NULL DEFAULT 'SYSTEM' AFTER originator;
#
# TRIGGER privilege