1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
checkpoint.
does not compile.
This commit is contained in:
Sergei Golubchik
2010-11-25 18:17:28 +01:00
2732 changed files with 867504 additions and 20901 deletions

View File

@ -26,7 +26,7 @@
class SQL_CRYPT :public Sql_alloc
{
struct rand_struct rand,org_rand;
struct my_rnd_struct rand,org_rand;
char decode_buff[256],encode_buff[256];
uint shift;
public: