aboutsummaryrefslogtreecommitdiff
path: root/src/mysql/mysql.hrl
blob: aee5611d438166ac9a3eaeef997c946e7c8f1f45 (plain) (blame)
1
2
3
4
5
6
%% MySQL result record:
-record(mysql_result,
	{fieldinfo=[],
	 rows=[],
	 affectedrows=0,
	 error=""}).