# denied" response as meaning the server is functioning. if [ $ret -eq 0 ]; then STARTTIMEOUT=30 while [ $STARTTIMEOUT -gt 0 ]; do RESPONSE=`/usr/bin/mysqladmin --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1` && break ...
I have two possible questions; can you use a ternary operator to initialize objects with overloaded constructors like class thing { int x; int y; [Code]... I can get around it if I need to but I'd like to learn more about the ternary operator if I can, since I couldn't find a...