-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jay Pipes wrote:
> Couldn't we technically change the ha_delete_table() code to something like:
>
> int ha_delete_table(Session *session
> , Table *table)
> {
> handler *myhandler= table->file;
> int error= file->ha_delete_table(table);
> // do error checking...
> }
Small typo...
int error= file->ha_delete_table(table);
should have been:
int error= myhandler->ha_delete_table(table);
- -j
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAknLn34ACgkQ2upbWsB4UtFhMQCdHmLWaF+mn66UrXQKJwQCutfl
RXYAn1siAZinWpngiskW/1Tlhd2+s0it
=kVfT
-----END PGP SIGNATURE-----
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp