Hi Patrick!
On Apr 25, 2009, at 11:24 PM, Patrick Galbraith wrote:
So, it is a start:
yay!
drizzle> select memc_get('xxx');
+-----------------+
| memc_get('xxx') |
+-----------------+
| |
+-----------------+
1 row in set (0 sec)
Shouldn't this be NULL or is it truly an empty string?
cheers,
-k
drizzle> select memc_get('foo');
+-----------------+
| memc_get('foo') |
+-----------------+
| 123 |
+-----------------+
1 row in set (0.01 sec)
drizzle> select memc_get('xxx');
+-----------------+
| memc_get('xxx') |
+-----------------+
| 3 |
+-----------------+
1 row in set (0 sec)
drizzle> select memc_get('xxx');
+-----------------+
| memc_get('xxx') |
+-----------------+
| this is a test |
+-----------------+
1 row in set (0 sec)
I'll need help from mtaylor, et al, to know how to have a global
object for the connection and results.
Have a great weekend!
Patrick
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp
--
Kay Roepke
Software Engineer, MySQL Enterprise Tools
Sun Microsystems GmbH Sonnenallee 1, DE-85551 Kirchheim-Heimstetten
Geschaeftsfuehrer: Thomas Schroeder, Wolfang Engels, Dr. Roland Boemer
Vorsitz d. Aufs.rat.: Martin Haering HRB MUC 161028
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp