Latest MySQL version problem
#7

new string[256];
format(string, 128,

String sizes are different and I don't think you need that long of a string, you just waste memory.

44 char long is the query without the name, add to it 24 for the username, +1 for terminal = 69 long string.
new string[69];

It'd mean that you'd have 187 unused/empty cells at all times.
Reply


Messages In This Thread
Latest MySQL version problem - by Kraeror - 14.01.2018, 09:20
Re: Latest MySQL version problem - by m4karow - 14.01.2018, 09:23
Re: Latest MySQL version problem - by Kraeror - 14.01.2018, 09:45
Re: Latest MySQL version problem - by Dayrion - 14.01.2018, 09:59
Re: Latest MySQL version problem - by Mikro - 14.01.2018, 18:20
Re: Latest MySQL version problem - by denNorske - 14.01.2018, 21:29
Re: Latest MySQL version problem - by Kaperstone - 14.01.2018, 21:50

Forum Jump:


Users browsing this thread: 1 Guest(s)