diff --git a/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c b/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c index 9ccf2f57c24429d9f03e558cbc07a377aec20274..c1142287d151cfab7a61178b7034387f54eb666b 100644 --- a/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c +++ b/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c @@ -1058,7 +1058,7 @@ extern int create_cluster_tables(mysql_conn_t *mysql_conn, char *cluster_name) { "alloc_cpu_secs", "bigint default 0" }, { "resv_cpu_secs", "bigint default 0" }, { "over_cpu_secs", "bigint default 0" }, - { "consumed_energy", "bigint unisnged default 0 not null" }, + { "consumed_energy", "bigint unsigned default 0 not null" }, { NULL, NULL} };