WEEK ne compte que les semaines complètes.

SELECT WEEK('2007-01-01'); // 0;
SELECT WEEK('2007-01-07'); // 1;
SELECT WEEK('2007-05-23'); // 20;