~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/sql_crypt.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
class SQL_CRYPT :public Sql_alloc
22
22
{
23
 
  struct rand_struct rand,org_rand;
 
23
  struct my_rnd_struct rand,org_rand;
24
24
  char decode_buff[256],encode_buff[256];
25
25
  uint shift;
26
26
  void crypt_init(ulong *seed);