What's new in 5.06:
- The BLOB streaming engine can now be used with MyISAM tables as well as tables created by any other MySQL storage engine.
- The name of the PrimeBase BLOB streaming engine has been changed from MyBS to PBMS which stands for "PrimeBase Media Streaming".
- streaming-enabled table: This is any table created by a streaming-enabled engine such as PBXT, or has triggers defined on blob referencing columns that notify the PBMS engine when BLOB references are inserted, updated, and deleted.
- BLOB reference column: This is a column in a stream-enabled table that contains PBMS BLOB references and notifies the PBMS engine when data is inserted, updated, or deleted from the column.
Create table x.foo(c1 integer, c2 longblob) ENGINE = MYISAM;
create trigger x.foo_insert_trig BEFORE INSERT on x.foo for each row BEGIN set NEW.c2 = pbms_insert_blob_trig("x", "foo", 2, NEW.c2); END
create trigger x.foo_update_trig BEFORE UPDATE on x.foo for each row BEGIN set NEW.c2 = pbms_update_blob_trig("x", "foo", 2, OLD.c2, NEW.c2); END
create trigger x.foo_delete_trig BEFORE UPDATE on x.foo for each row BEGIN declare dummy integer; set dummy = pbms_delete_blob_trig("x", "foo", 2, OLD.c2); END
As a result of the name change you will see that any use of the letters 'mybs' has been changed to 'pbms' throughout the code and documentation.
Of lesser importance but also of note: I have become the official contact person for the BLOB streaming engine. Paul is still very much involved with it but is currently concentrating his efforts on the PBXT engine.
Barry
2 comments:
nike dunk on sale
cheap nike air dunks
Nike Air Force 1
Air Force Ones
Converse Shoes
Converse basketball shoes
girls converse shoes
converse work shoes
Wholesale Coogi Shoes
Cheap Coogi Shoes
Discount Coogi Shoes
Wholesale Evisu
wholesale evisu jeans
Cheap wholesale evisu jeans
wholesale discount Evisu Jeans
wholesale evisu hoodies
Wholesale Evisu
Nike Shox
Nike Shox shoes
kids nike shox
custom nike shox
Wholesale Supra Shoes
Cheap Supra Shoes
Buy Supra Shoes
Supra Skate Shoes
wholesale Prada
Wholesale Prada Shoes
mens prada shoes
replica prada shoes
Puma Shoes
wholesale Puma Shoes
Puma sports shoes
wholesale t-shirt,wholesale shirt
girl band shirts
sweat shirts
wholesale evisu hoodies
Wholesale Evisu
wholesale Prada
Wholesale Prada Shoes
mens prada shoes
replica prada shoes
Puma Shoes
wholesale Puma Shoes
Puma sports shoes
wholesale t-shirt,wholesale shirt
girl band shirts
sweat shirts
wholesale evisu hoodies
Wholesale Evisu
Shorts
cheap shorts
Wholesale AF jeans shorts
Wholesale Gucci shoes
Wholesale discount Ugg Boots
Wholesale Ugg boots
ugg cargo boots
Wholesale Gucci shoes
gucci shoes for men
cheap gucci shoes
Wholesale Gucci shoes
brand name wholesale clothing
mens wholesale clothing
wholesale hip hop clothing
wholesale blank clothing
evisu jeans
wholesale designer jeans
cheap wholesale clothing
Post a Comment