Hi!

A couple of notes on recent code:

There is now an assert(). It will evaluate the expression and based on 
true/{false|NULL} it will error out a query. 

There is now a typeof() which will evaluate an expression and return our 
internal type. There is also a result_type() which will return the internal 
result type that is being used (ie STRING, INT, DECIMAL,...). 

We also now have a BOOLEAN type. It evaluates and returns a boolean result (ie, 
this is not TINYINT). It is up to the engine as to how it is actually stored 
(ie packing or not).

The timers in Drizzle have now all been updated to be microsecond internally. 
We will need to write a couple of patches around display in order to make this 
information viewable for users (though the slow query response is, and has 
been, for awhile using microseconds).

Cheers,
        -Brian


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to